-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add yarn corepack activation #4815
Conversation
## Activate Yarn | ||
|
||
```bash | ||
corepack prepare yarn@stable --activate |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
What's the problem this PR addresses?
Installation requires a separate google search if you've never used
corepack
.How did you fix it?
Added an "Activate Yarn" section to the documentation.
Checklist