Skip to content

Instantly share code, notes, and snippets.

@darkmavis1980
Last active August 29, 2015 14:06
Show Gist options
  • Save darkmavis1980/521495269d05e15b7b1e to your computer and use it in GitHub Desktop.
Save darkmavis1980/521495269d05e15b7b1e to your computer and use it in GitHub Desktop.
Force NodeJS to update
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Thanks to David Walsh
http://davidwalsh.name/upgrade-nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment