Skip to content

Instantly share code, notes, and snippets.

@igorparrabastias
Created February 28, 2014 14:33
Show Gist options
  • Save igorparrabastias/9272088 to your computer and use it in GitHub Desktop.
Save igorparrabastias/9272088 to your computer and use it in GitHub Desktop.
Install npm after February 27, 2014
# Install npm (new URL is www.npmjs.org instead npmjs.org)
curl https://www.npmjs.org/install.sh | sh
# To uninstall npm:
npm rm npm -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment