Skip to content

Instantly share code, notes, and snippets.

@jcordeiro
Created May 21, 2014 03:08
Show Gist options
  • Save jcordeiro/31afa762f89a69cb31ff to your computer and use it in GitHub Desktop.
Save jcordeiro/31afa762f89a69cb31ff to your computer and use it in GitHub Desktop.
Update Node.js with npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable #updates to the latest stable version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment