Skip to content

Instantly share code, notes, and snippets.

@soutar
Created March 2, 2015 11:00
Show Gist options
  • Save soutar/dc35e30784daff7b546d to your computer and use it in GitHub Desktop.
Save soutar/dc35e30784daff7b546d to your computer and use it in GitHub Desktop.
Swap between Node.js and io.js with NVM
curl https://raw.githubusercontent.com/creationix/nvm/v0.23.3/install.sh | bash
nvm install iojs-1.4.2
nvm install v0.12.0
nvm alias io iojs-1.4.2
nvm alias node v0.12.0
nvm use io
nvm use node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment