Created
November 16, 2016 00:38
-
-
Save naganowl/9a3dcd0a65b72406a86c95383e631f64 to your computer and use it in GitHub Desktop.
Use versioned yarn install from tarball
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://yarnpkg.com/downloads/0.16.1/yarn-v0.16.1.tar.gz | |
tar zvxf yarn-*.tar.gz | |
dist/bin/yarn install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment