December 9, 2024

Installing Node.js Software on Windows Machine

Go to Node.js official website. https://nodejs.org/en/ Go to Download section.

Download the msi file and install in your system. Installations is straight forward. Attached the steps here.

No need to select the checkbox “Automatically install the necessary tools”

Click on Finish. System will install the Nodejs software path variable under environment section.

Now, open command prompt and check the node version by running the command node -v
You will see the Node.js version. Run the command npm -v to check the NPM version

Leave a Reply

Your email address will not be published. Required fields are marked *