Installing Node.js

To install Node.js, head over to https://nodejs.org/download/release/v6.13.1/ and download the appropriate installer for your OS. The application we are going to build is going to be running on node 6.13.x and npm 3.10.x. Once you have successfully installed, you can run the following command to verify the installation:

$ node -vv6.13.1$ npm -v3.10.10

Get Google Cloud AI Services Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.