Skip to content

Instantly share code, notes, and snippets.

@oseme-techguy
Forked from nimboya/nvmnodeinstall.sh
Last active August 31, 2017 14:43
Show Gist options
  • Save oseme-techguy/030511f38894f4319ebb14e40845fa23 to your computer and use it in GitHub Desktop.
Save oseme-techguy/030511f38894f4319ebb14e40845fa23 to your computer and use it in GitHub Desktop.
Install any version of node using nvm
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