Skip to content

Instantly share code, notes, and snippets.

@heronrs
Created June 20, 2016 21:09
Show Gist options
  • Save heronrs/88f4a1fda11333ce8d2913b2add146c0 to your computer and use it in GitHub Desktop.
Save heronrs/88f4a1fda11333ce8d2913b2add146c0 to your computer and use it in GitHub Desktop.
node.js
--install / npm error
sudo apt-get purge nodejs npm
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment