From charlesreid1

Revision as of 07:15, 23 March 2017 by Admin (talk | contribs) (Created page with "Installing Node.js on a Mac: Using this as a guide: https://github.com/nicolashery/mac-dev-setup install with homebrew: <pre> $ brew install node </pre> install yer first...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing Node.js on a Mac:

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