o7planning

Install NodeJS on Windows

  1. Download NodeJS
  2. Install NodeJS
  3. Check and configure

1. Download NodeJS

To download NodeJS, you need to access to the following address:
After downloading successfully, you have a file.

2. Install NodeJS

The installation of NodeJS on Windows is very simple. Accept default options and press "Next .. Next" until final step.
By default, NPM software is also installed in your system. This is a piece of software that manages Javascript libraries.

3. Check and configure

OK, in the above step, we have downloaded and installed the NodeJS successfully. Now, you need to check installation results and configure the NodeJS.
Open the CMD window and execute the following command to inspect the version of the NodeJS and the NPM:
node -v

npm -v
See Also: