Skip to content

Commit

Permalink
Updating yarn installation step from the Dev guide (#5065)
Browse files Browse the repository at this point in the history
Signed-off-by: David Tippett <[email protected]>
  • Loading branch information
dtaivpp authored Sep 19, 2023
1 parent 71dd06e commit f02a88e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ If it's the only version of node installed, it will automatically be set to the

#### Install `yarn`

Take a look at the [latest Yarn release](https://github.com/yarnpkg/berry/releases/latest), note the version number, and run:
To install yarn run:

```bash
$ npm i -g corepack

$ corepack prepare yarn@<version> --activate
$ npm i -g yarn
```

(See the [Yarn installation documentation](https://yarnpkg.com/getting-started/install) for more information.)
Expand Down

0 comments on commit f02a88e

Please sign in to comment.