###Node Instructions
Node.js is an open-source, cross-platform runtime environment for developing server-side web applications. Node.js applications are written in JavaScript and uses an event-driven, non-blocking I/O model that makes it lightweight and efficient which can be run within the Node.js runtime on OS X, Microsoft Windows, Linux, IBM etc.
You should be able to install Node.js with Brew using
brew install node