Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created January 27, 2015 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjdixon/b3ce41f7670d451e0753 to your computer and use it in GitHub Desktop.
Save bjdixon/b3ce41f7670d451e0753 to your computer and use it in GitHub Desktop.
Upgrade node version using npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment