Skip to content

Instantly share code, notes, and snippets.

@paulallies
Last active December 11, 2015 18:38
Show Gist options
  • Select an option

  • Save paulallies/4642506 to your computer and use it in GitHub Desktop.

Select an option

Save paulallies/4642506 to your computer and use it in GitHub Desktop.
Installation of nodejs and npm on ubuntu
sudo apt-get install python-software-properties python g++ make
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