Skip to content

Instantly share code, notes, and snippets.

@nimboya
Last active August 31, 2017 14:42
Show Gist options
  • Save nimboya/538883342eb0fabdc8aa8eb55c62ee73 to your computer and use it in GitHub Desktop.
Save nimboya/538883342eb0fabdc8aa8eb55c62ee73 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
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