Skip to content

Instantly share code, notes, and snippets.

@dyson
Last active August 29, 2015 14:19
Show Gist options
  • Save dyson/20d46e689ac6ce4ffd9f to your computer and use it in GitHub Desktop.
Save dyson/20d46e689ac6ce4ffd9f to your computer and use it in GitHub Desktop.
Ubuntu Install Node.JS
$ sudo apt-get install git git-flow
$ sudo apt-get install build-essential curl libreadline-dev libssl-dev
$ curl https://raw.githubusercontent.com/creationix/nvm/v0.24.1/install.sh | bash
$ nvm ls-remote
$ nvm install v0.12.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment