How to install Node Js in windows system

We will get npm automatically, if you install node js in our system. We need to follow some simple steps to install node in our windows application.

Step 1 : Just go to official website of node js. Click on direct download link https://nodejs.org/en/download/ Just click on the windows installer link - by clicking on that it will download latest version of node installation file. Follow the below images -

Step 2 : Once it downloads. Click on that file and double click on that file. Then system will ask few questions -

a) The system will ask if you want to run the software : Run

b) You will be welcomed to the Node.js Setup Wizard : Next

c) Now it will ask to review licence agreement. You have to agree so click : Next

d) Now the installer will ask you for installation location. You can use default location or otherwise you can choose specfic location then : Next

e) Again it will ask to include or remove components from the installation. Leave it as default click on Next. You can also include or remove any components if you need in future.

f) Finally, click the Install button to run the installer. When it finishes, click Finish

Step 3 : Now check whether it is successfully installed or not.

So you will get to things one is node and another is npm

Check both things. Just open your command prompt and run -

node -v for node version and npm -v for npm version

 

If you can see both version then you are great !!

Dynamic Add Section
Dynamic Add Section