Skip to content

Instantly share code, notes, and snippets.

@chiragchamoli
Created September 4, 2012 05:46
Show Gist options
  • Save chiragchamoli/3617252 to your computer and use it in GitHub Desktop.
Save chiragchamoli/3617252 to your computer and use it in GitHub Desktop.
install node.js on ubuntu
install node.js on ubuntu
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment