Skip to content

Instantly share code, notes, and snippets.

@TravelingTechGuy
Created November 17, 2011 19:59
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 TravelingTechGuy/1374315 to your computer and use it in GitHub Desktop.
Save TravelingTechGuy/1374315 to your computer and use it in GitHub Desktop.
Install npm on a mac
#To get the sudo password prompt
sudo ls
#Pay attention - the sudo is on the 'sh', not the 'curl'
curl http://npmjs.org/install.sh | sudo sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment