Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created February 4, 2020 00:44
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 igaiga/8335f4639e76f6ffc60d7cd49823f91d to your computer and use it in GitHub Desktop.
Save igaiga/8335f4639e76f6ffc60d7cd49823f91d 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 alias default lts/*
($ nvm use default) # ターミナルをここで再起動するなら不要
$ npm install --global yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment