Node.js and npm

Learn how to install Node.js and npm on your machine.

We’ll be using Node.js and the related npm (Node Package Manager) utility throughout this course. For example, many of the sample command-line utilities are written in Node.js and are installed and updated using npm. We first refer to these two important tools in Modeling APIs.

Checking for Node.js

You may already have Node.js and npm installed. You can check on this by typing the following on the command line:

node -v
...