Node and npm installation in windows

Make sure the User should have admin access. Now open the command line using run as administrator.

Go to https://nodejs.org/en/download/ and download latest version of node.js

Download node

After downloading, Now goto the downloaded path and run the Installer. Follow the steps and finally click install in installer.

We can check the version of node js and npm using the below command.

nodejs -v   
Npm -v

install node js

Subscribe Now