Created
February 19, 2018 08:18
-
-
Save nimboya/0b167e313f1f776c44398dbd62eed6e5 to your computer and use it in GitHub Desktop.
Installing Node
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/creationix/nvm/v0.33.6/install.sh | bash | |
. ~/.nvm/nvm.sh | |
nvm install 6.11.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment