Browse Month

December 2019

Install a specific yarn version

Need to install a specific version of Yarn? Simply run the command below in your terminal. Replace 1.19.1 with the yarn version you want to install.

curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.1