Skip to content

Instantly share code, notes, and snippets.

@dawsbot
Last active September 17, 2015 02:12
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 dawsbot/5f6b11304ad4c0ccec00 to your computer and use it in GitHub Desktop.
Save dawsbot/5f6b11304ad4c0ccec00 to your computer and use it in GitHub Desktop.
When on a new system get node setup in a jiffy
sudo apt-get update
sudo apt-get install node
sudo apt-get install npm
which node
which npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment