Skip to content

Instantly share code, notes, and snippets.

@koji
Last active August 29, 2015 14:22
Show Gist options
  • Save koji/0059f72db9345ef755c2 to your computer and use it in GitHub Desktop.
Save koji/0059f72db9345ef755c2 to your computer and use it in GitHub Desktop.
Install nvm & node
#nvm version v0.25.4
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
#list node versions which can install
nvm ls-remote
#install node
nvm install v0.12.0
#use node
nvm use v0.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment