Skip to content

Instantly share code, notes, and snippets.

@Benzi
Last active September 17, 2015 14:18
Show Gist options
  • Select an option

  • Save Benzi/cd4017bc35219457f4b2 to your computer and use it in GitHub Desktop.

Select an option

Save Benzi/cd4017bc35219457f4b2 to your computer and use it in GitHub Desktop.
Use this to upgrade node.js (version 4.1.0) - ubuntu
sudo npm cache clean -f && sudo npm install -g n && sudo n 4.1.0 && node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment