Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/gatsby/content/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Corepack isn't included with Node.js in versions before the 16.10; to address th
npm i -g corepack
```

## Activate Yarn

```bash
corepack prepare yarn@stable --activate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this doesn't work in corepack@<0.12.0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've had a few reports of people running into that now so I reverted this PR from the live documentation, we need to be more specific.

```

## Initializing your project

Just run the following command. It will generate some files inside your current directory; add them all to your next commit, and you'll be done!
Expand Down