Skip to content

Instantly share code, notes, and snippets.

@doole
Last active August 29, 2015 13:57
Show Gist options
  • Save doole/9616691 to your computer and use it in GitHub Desktop.
Save doole/9616691 to your computer and use it in GitHub Desktop.
Node.js and npm installation on Mac OS X Mavericks/Yosemite.
bower
coffeelint
csslint
grunt
gulp
jshint
npm
uglify-js
# Update homebrew formulas
brew update
# Install node wihtout npm
brew install node --without-npm
# Install npm direclty
curl -L https://npmjs.org/install.sh | sh
# Update only npm
npm install -g npm@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment