Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created February 3, 2020 23:24
Show Gist options
  • Save igaiga/bc2d07f385f91788cf8a4492845cc256 to your computer and use it in GitHub Desktop.
Save igaiga/bc2d07f385f91788cf8a4492845cc256 to your computer and use it in GitHub Desktop.
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
$ source ~/.bashrc
$ nvm install --lts
$ nvm use --lts
$ nvm alias default lts/*
$ npm install --global yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment