Skip to content

Instantly share code, notes, and snippets.

@jinkrish
Last active June 10, 2016 05:13
Show Gist options
  • Save jinkrish/3bdee351a0dace09a4a4960381743065 to your computer and use it in GitHub Desktop.
Save jinkrish/3bdee351a0dace09a4a4960381743065 to your computer and use it in GitHub Desktop.
#list available node verions
nvm ls-remote
#install a specific version
nvm install v5.6.0
#to list installed node versions
nvm ls
#use a specific version
nvm use v5.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment