Skip to content

Instantly share code, notes, and snippets.

@vjo
Last active May 14, 2016 22:02
Show Gist options
  • Save vjo/4abd611551ca79a08be271e486b2d33f to your computer and use it in GitHub Desktop.
Save vjo/4abd611551ca79a08be271e486b2d33f to your computer and use it in GitHub Desktop.
Set node version using nvm
nvm install v4.4
nvm alias lts v4.4
nvm install v6.1
nvm alias stable v6.1
nvm alias default stable
nvm use lts or nvm use stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment