Is it possible to install multiple versions of npm for different projects that I am working on or are the npm installations always global? (Windows 10)
npm
You also can install npm using npm
Example of installing specific version:
npm i -g npm@3.5.4