Skip to content

Instantly share code, notes, and snippets.

@baoshan
Last active August 29, 2015 14:00
Show Gist options
  • Save baoshan/3f2d7f0d74143b894519 to your computer and use it in GitHub Desktop.
Save baoshan/3f2d7f0d74143b894519 to your computer and use it in GitHub Desktop.
node.js on ubuntu
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
npm install -g coffee-script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment