Created
September 8, 2017 00:16
-
-
Save vincentdesmares/b5ef71578a4afd0d18d0eae2be21500d to your computer and use it in GitHub Desktop.
Installing node with nvm
This file contains 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
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | |
nvm install node | |
nvm use v6.9.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment