Step 4: Install Nodejs

Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine. It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

To set it up:

$ brew update

$ brew install node

Check if correct version installed:

$ brew info node

node: stable 6.2.0 (bottled), HEAD

Next, let's install the Bookiza Framework