1

We may download .msi files from nodejs and install as normal windows application. This shall install both node.exe and npm in system.

In a development environment, I wish to install various version of node and npm in my machine.

I know how to download and install node.exe manually from nodejs. But I couldn't find a way to download npm for Windows manually and extract in the folder I want.

2 Answers 2

3

Per npm doc

You can download a zip file from https://github.com/npm/npm/releases, and unpack it in the node_modules\npm\ folder inside node's installation folder.

To upgrade to npm 2, follow the Windows upgrade instructions in the npm Troubleshooting Guide:

https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows

Sign up to request clarification or add additional context in comments.

Comments

2

You can use Node Version Manager for windows to use different versions of node.js.

Also, you can use, NVMW,

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.