How to Install Node.js and NPM on Windows?

01.

– Go to the official Node.js website and navigate to the Node.js Downloads section. – Please download the suggested Long-Term Support (LTS) version for Windows.

Download Installer

02.

– Double-click on the downloaded installer to initiate its execution. – Follow the on-screen instructions in the setup wizard.

Run Installer

03.

– Open a Command Prompt or PowerShell window. – Use the following commands to verify the installation of Node.js and npm:    node -v   ,      npm -v

Verify Installation

Will you be interested in learning how to install NPM and Node.js on a Mac?  Press the below button to learn more!

Success! You've now installed Node.js and npm on your Window.