Skip to content

Instantly share code, notes, and snippets.

@benjaminmullard
Created January 22, 2015 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjaminmullard/fbded4b8ffe4d9901378 to your computer and use it in GitHub Desktop.
Save benjaminmullard/fbded4b8ffe4d9901378 to your computer and use it in GitHub Desktop.
Install Node.js
# Current best practice is to install Node.js/NPM as root using sudo
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment