DEV Community

Lumin
Lumin

Posted on

Switch to yarn 3

Why switch to yarn 3?

  • super fast
  • super fast
  • super fast

Why wait? just go!

# let check current yarn version  $ yarn --version 1.22.17 # to use new version  $ yarn set version berry ➤ YN0000: Retrieving https://repo.yarnpkg.com/3.1.0/packages/yarnpkg-cli/bin/yarn.js ➤ YN0000: Saving the new release in .yarn/releases/yarn-3.1.0.cjs ➤ YN0000: Done in 0s 585ms # here we go! $ yarn --version 3.1.0 
Enter fullscreen mode Exit fullscreen mode

Top comments (0)