Skip to content

Instantly share code, notes, and snippets.

@jazlopez
Last active March 5, 2016 02:37
Show Gist options
  • Save jazlopez/fea6b75866c29f222d31 to your computer and use it in GitHub Desktop.
Save jazlopez/fea6b75866c29f222d31 to your computer and use it in GitHub Desktop.
Upgrade node version | OSX

HOWTO: Upgrade local node enviroment version

Manual upgrade

Clean up environment

$sudo npm cache clean -f 

Install node helper identifed by n

$sudo npm install -g n 

Using the helper choose to have the stable version installed in your enviroment.

$sudo n stable 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment