Node.js installation on OS X
Prerequisites
- Install homebrew first
Installation
npm install will install the project dependencies specified in package.json. ie. if you clone a node project, the
first thing to do is npm install
npm install will install the project dependencies specified in package.json. ie. if you clone a node project, the
first thing to do is npm install