Skip to content

Instantly share code, notes, and snippets.

@saenzramiro
Forked from oddrationale/InstallNodeJS.md
Created October 27, 2016 22:53
Show Gist options
  • Save saenzramiro/dc9eab789b75ee4d19f3774d07d4510d to your computer and use it in GitHub Desktop.
Save saenzramiro/dc9eab789b75ee4d19f3774d07d4510d to your computer and use it in GitHub Desktop.

Easiest way to install nodejs on Ubuntu

Installs the latest version of nodejs/iojs

curl https://raw.githubusercontent.com/isaacs/nave/master/nave.sh | sudo bash -s -- usemain latest

No need to add PPA repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment