Skip to content

Instantly share code, notes, and snippets.

@sirleech
Created March 2, 2012 05:50
Show Gist options
  • Select an option

  • Save sirleech/1956020 to your computer and use it in GitHub Desktop.

Select an option

Save sirleech/1956020 to your computer and use it in GitHub Desktop.
Node JS and Now JS 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
#http://stackoverflow.com/questions/3329355/node-js-could-not-configure-a-cxx-compiler-ubuntu
sudo apt-get install build-essential libssl-dev curl git-core
npm install now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment