Skip to content

Instantly share code, notes, and snippets.

@pixelbacon
Last active February 26, 2016 17:54
Show Gist options
  • Save pixelbacon/6089fba6d608b89c495d to your computer and use it in GitHub Desktop.
Save pixelbacon/6089fba6d608b89c495d to your computer and use it in GitHub Desktop.
Install Node & NPM from source on Ubuntu
# 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