Is there a way to install different node version using npm in windows?

317 Views Asked by At

Because of our company policies I cannot install nvm on my machine to have multiple node versions. Is there any npm package using which I can install and switch to different versions of node ?

1

There are 1 best solutions below

1
On

I have a build tool for a proprietary system that needs an old node version.

I just downloaded and unzipped that version into a folder and run a batch script on the console to put the old node as the first %PATH% entry. After running the batch script all node calls use the old version