Last active
February 4, 2020 00:37
-
-
Save igaiga/2b44ba6300eee6d18f230441f45edd6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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