Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created March 31, 2018 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmccready/b19b00acc8f071af489d44f44d464eb2 to your computer and use it in GitHub Desktop.
Save nmccready/b19b00acc8f071af489d44f44d464eb2 to your computer and use it in GitHub Desktop.
reinstall older yarn globals
for i in `ls ~/.nvm/versions/node/v8.9.4/yarn/bin/`; do; yarn global add "$i"; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment