Skip to content

Instantly share code, notes, and snippets.

@KazChe
Created October 9, 2013 17:37
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 KazChe/6905107 to your computer and use it in GitHub Desktop.
Save KazChe/6905107 to your computer and use it in GitHub Desktop.
nodejs - easy way to upgrade an existing install
> sudo npm cache clean -f
> sudo npm install -g n
> sudo n stable <or specific version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment