Install NPM & Node Js in Windows 10. In this tutorial, i am going to show you how to install Node Js & NPM on windows 10.
NPM is a node package manager. Npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs.
Before installing Node JS in your Windows systems, know what Node JS is and what is its use.
What is Node.js?
- It is an open source server environment
- It is free
- Node.js runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
- Node.js uses JavaScript on the server
What Can Node.js Do?
- It can generate dynamic page content
- It can create, open, read, write, delete, and close files on the server
- Node.js can collect form data
- It can add, delete, modify data in your database
How to Download & Install Node.js and NPM on Window 10/11 Steps:-
Step 1 – Go to the Official Website https://nodejs.org/en/download/ and download the necessary binary files. In our example, we are going to the download the 64-bit setup files for Node.js. click Windows Installer (.msi) 64-bit
Step 2 – Desktop menu bar node-v10.14.2-x64.msi file is downloaded , double click on the downloaded node-v10.14.2-x64.msi file to start the installation.
Step 3 – Click the “Next” button to continue with the installation

Step 4 – Accept Node js terms and liencens. click on next

Step 5 – . Select a custom location after click Next to install

Step 6 – In this step default components node js runtime and click on the next button.

Step 7 – In this step ,Now click the Install button and node js & npm installation process runing on windows

Step 8 – Completed the process of install node.js & npm windows . Click on finish button.

Step 9 – In this step, Open your command prompt and type the command “node -v”
node -v
Step 10 – In this step , type ” npm -v” for check npm (node package manager)
npm -v

Conclusion
Install node js and npm in windows 10 system; In this example, You have successfully install Node js & NPM on Windows. You are now ready to start deploying your applications and use Node js and NPM.
Note :- All images in this tutorial are credited to Tutsmake.com