Yarn: Installation Problem: how to install an older version of yarn?

Created on 25 Mar 2019  ·  1Comment  ·  Source: yarnpkg/yarn

The installation instructions recommend using brew to install yarn. However, there are no older versions of yarn available as taps to install.

What is the recommended way of installing an older version of yarn?

Related, what is the recommended way of installing various version of yarn to use with nvm while working on multiple legacy projects?

Most helpful comment

yarn policies set-version <version number>

This command will let you use any release within any project.

>All comments

yarn policies set-version <version number>

This command will let you use any release within any project.

Was this page helpful?
0 / 5 - 0 ratings