Skip to content

Instantly share code, notes, and snippets.

@jbonney
Created June 9, 2013 14:45
Show Gist options
  • Select an option

  • Save jbonney/5743797 to your computer and use it in GitHub Desktop.

Select an option

Save jbonney/5743797 to your computer and use it in GitHub Desktop.
nodejs and npm (latest version) installation instruction through package manager on Ubuntu 12.04. https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
sudo apt-get update
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment