Skip to content

Instantly share code, notes, and snippets.

@nickdenardis
Last active September 1, 2015 18:31
Show Gist options
  • Select an option

  • Save nickdenardis/ccd3de7d9594113cc561 to your computer and use it in GitHub Desktop.

Select an option

Save nickdenardis/ccd3de7d9594113cc561 to your computer and use it in GitHub Desktop.
Updating npm with nvm

Clear all npm cache!

npm cache clear
rm -rf ~/.npm

Install latest npm version globally

cd ~
npm install -g [email protected]
rm ~/.nvm/versions/node/v0.12.0/bin/npm
ln -s /home/vagrant/npm/bin/npm ~/.nvm/versions/node/v0.12.0/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment