Last active
February 26, 2016 17:54
-
-
Save pixelbacon/6089fba6d608b89c495d to your computer and use it in GitHub Desktop.
Install Node & NPM from source on Ubuntu
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
# Node & NPM & iosjs | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash | |
nvm install node | |
nvm install iojs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment