Last Updated: February 25, 2016
·
531
· pixel67

node with homebrew

$ brew install node --without-npm
$ curl https://www.npmjs.org/install.sh
$ sh ./install.sh

This way brew manages all the software on my machine and npm takes care of itself and has no concept of brew