Skip to content

Instantly share code, notes, and snippets.

@guyjin
Created June 3, 2014 05:25
Show Gist options
  • Save guyjin/1aaf1a09d2dfa67f37f1 to your computer and use it in GitHub Desktop.
Save guyjin/1aaf1a09d2dfa67f37f1 to your computer and use it in GitHub Desktop.
Update Node to latest stable version.
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment