Created
March 2, 2015 11:00
-
-
Save soutar/dc35e30784daff7b546d to your computer and use it in GitHub Desktop.
Swap between Node.js and io.js with NVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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