-
-
Save oseme-techguy/030511f38894f4319ebb14e40845fa23 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 # this line is not needed at all | |
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