I used these two commands in sequence:
# Now upgrades you to version 3.0.0 yarn set version berry # Upgrades to latest version of 3 yarn set version 3.x
Thanks! 🙂 For me, just running yarn set version berry was good enough.
yarn set version berry
If I also ran yarn set version 3.x, it upgraded me to a release candidate version.
yarn set version 3.x
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I used these two commands in sequence:
Thanks! 🙂 For me, just running
yarn set version berry
was good enough.If I also ran
yarn set version 3.x
, it upgraded me to a release candidate version.