Skip to content

Instantly share code, notes, and snippets.

@igaiga
Last active February 4, 2020 00:37
Show Gist options
  • Save igaiga/2b44ba6300eee6d18f230441f45edd6c to your computer and use it in GitHub Desktop.
Save igaiga/2b44ba6300eee6d18f230441f45edd6c 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 # ⬆️入れ替えた&--ltsをdefaultにした
$ npm install --global yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment