Skip to content

Instantly share code, notes, and snippets.

@naganowl
Created November 16, 2016 00:38
Show Gist options
  • Save naganowl/9a3dcd0a65b72406a86c95383e631f64 to your computer and use it in GitHub Desktop.
Save naganowl/9a3dcd0a65b72406a86c95383e631f64 to your computer and use it in GitHub Desktop.
Use versioned yarn install from tarball
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