Last active
August 31, 2017 14:42
-
-
Save nimboya/538883342eb0fabdc8aa8eb55c62ee73 to your computer and use it in GitHub Desktop.
Install any version of node using nvm
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.32.0/install.sh | bash | |
# Exit Terminal and Login to use Command | |
~/.nvm/nvm.sh | |
nvm install 4.4.5 # Here you can choose your version number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment