Skip to main content

Node.js

caution

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

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

Download Node.js

2. Execute the downloaded node-v14.18.1-x64.msi file.

3. Follow the installation steps:

  • Accept the term and license agreement.
  • Keep next several times 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.0