Last active
July 17, 2016 15:09
-
-
Save fitsum/5c0b2301b486964766bfa347424efa64 to your computer and use it in GitHub Desktop.
node update
This file contains 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
sudo npm cache clean -f | |
sudo npm install -g n | |
sudo n stable | |
from https://davidwalsh.name/upgrade-nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment