0% found this document useful (0 votes)
66 views5 pages

Install Node - Js and NPM On Windows

To install Node.js and NPM on Windows, download the recommended installer from the Node.js website. Run the installer and accept the license agreement. Select the default installation folder and ensure npm is selected for installation along with Node.js. Once installed, open the Command Prompt to verify the versions of Node.js and NPM using the node -v and npm -v commands respectively.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views5 pages

Install Node - Js and NPM On Windows

To install Node.js and NPM on Windows, download the recommended installer from the Node.js website. Run the installer and accept the license agreement. Select the default installation folder and ensure npm is selected for installation along with Node.js. Once installed, open the Command Prompt to verify the versions of Node.js and NPM using the node -v and npm -v commands respectively.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Install Node.

js and NPM on Windows

1. Go to the official Node.js site https://nodejs.org/ which will


offer you two versions of Node to download. Click on the Installer
that says “Recommended For Most Users”.

2. This will download a .msi file at the bottom of your browser.


Click on it to launch the installer.
.

3. Accept the license agreement and click NEXT to begin the


Node.js Setup Wizard:

4. Install Node in the default folder selected, which will be


C:\Program Files\nodejs:
5. Make sure to select npm package manager on the Custom
Setup screen, not the default of Node.js runtime. This way we’ll
install Node and NPM at the same time.
6. The Setup Wizard is now ready to install Node and NPM. Click
on the “Install” button.

7. To confirm we’ve installed everything correctly, open the


“Command Prompt” app:

This will launch the Command Prompt. To confirm Node is installed


type node -v which will print the current version number . To confirm
NPM is installed type npm -v which will print its current version
number.

You might also like