DEV Community

Discussion on: Yarn 3.0 🚀🤖 Performances, ESBuild, Better Patches, ...

Collapse
 
hydrosquall profile image
Cameron Yick

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
Enter fullscreen mode Exit fullscreen mode
Collapse
 
boscheliblack profile image
Bosch-Eli-Black

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.