From charlesreid1

Revision as of 00:22, 17 April 2017 by Admin (talk | contribs)

Installing Node.js on Mac OS X.

Using this as a guide: https://github.com/nicolashery/mac-dev-setup

install with homebrew:

$ brew install node

install yer first two packages:

$ npm install -g coffee-script
$ npm install -g grunt-cli