How to use npm with node.exe?

node.js, npm, windows

Solution

`npm` can be downloaded (without installation) from here:

http://nodejs.org/dist/npm/

https://github.com/npm/npm/releases

Problem

I have downloaded Windows Binary (.exe) of nodejs from the main page. How can I install and use `npm` (Node package manager)?

Original source

Related problems