From charlesreid1

(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...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Installing Node.js on a Mac:
Installing [[Node.js]] on Mac OS X.


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


[[Category:Javascript]]
[[Category:Javascript]]
[[Category:Node]]
[[Category:Node.js]]
[[Category:Mac]]
[[Category:Mac]]

Latest revision as of 00:23, 17 April 2017

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