Skip to main content

Node.js

caution

This page is reserved for Mac users. Instructions for other operating system can be found in:

1. Go to Node.js download page and click the macOS Installer button.

Download Node.js

2. Execute the downloaded node-v14.18.1.pkg file.

3. Follow the installation steps:

  • Click Continue to accept the terms and to keep the default options.
  • Click Install.

4. Check that Node.js is installed

node --version

It should print:

v14.18.1

5. Check that npm is installed

npm --version

It should print:

6.14.15