Install NodeJS on Windows
1. Download NodeJS
No ADS
To download NodeJS, you need to access to the following address:
After downloading successfully, you have a file.
2. Install NodeJS
No ADS
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
No ADS
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:
No ADS
NodeJS Tutorials
- Introduction to NodeJs
- What is NPM?
- NodeJS Tutorial for Beginners
- Install Atom Editor
- Install NodeJS on Windows
- NodeJS Modules Tutorial with Examples
- The concept of Callback in NodeJS
- Create a Simple HTTP Server with NodeJS
- Understanding Event Loop in NodeJS
- NodeJS EventEmitter Tutorial with Examples
- Connect to MySQL database in NodeJS
Show More