Created
February 3, 2020 23:24
-
-
Save igaiga/bc2d07f385f91788cf8a4492845cc256 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 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