Skip to content

Instantly share code, notes, and snippets.

@tru2dagame
Last active August 29, 2015 14:08
Show Gist options
  • Save tru2dagame/99516fd0c7a9f69c959d to your computer and use it in GitHub Desktop.
Save tru2dagame/99516fd0c7a9f69c959d to your computer and use it in GitHub Desktop.
UPDATE NodeJS and npm

Update NodeJS

Update NodeJS to the latest stable version

➜  ~  sudo npm cache clean -F
➜  ~  sudo npm install -g n
➜  ~  sudo n stable

Then:

➜  ~  node -v

Update npm

➜  ~  sudo npm install npm -g

Then:

➜  ~  npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment