Created
June 20, 2016 21:09
-
-
Save heronrs/88f4a1fda11333ce8d2913b2add146c0 to your computer and use it in GitHub Desktop.
node.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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