Skip to content

Instantly share code, notes, and snippets.

@Hosuke
Created December 12, 2014 11:08
Show Gist options
  • Save Hosuke/c3d4b7982633b1f25c2c to your computer and use it in GitHub Desktop.
Save Hosuke/c3d4b7982633b1f25c2c to your computer and use it in GitHub Desktop.
install latest nodejs and npm on ubuntu
apt-get install python-software-properties
apt-add-repository ppa:chris-lea/node.js
apt-get update
apt-get install nodejs
npm install npm -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment