
To be clear, the admins are willing to grant me specific privileges or install any software needed in order to get this working. Is the only way to uninstall the installed version and install a new version every time? Is there any way I can have v10 under C:\Program Files\node10, and v14 under C:\Program Files\node14?


I need to be able to install multiple different versions of Node.js because different projects under the same company use different versions of Node.js as a necessity. I can't use windows-nvm because it requires admin privileges, and I'm working on a company laptop as a standard user. I haven't been able to find any questions/answers regarding how to install two versions of Node.js (such as v10 and v14) on the same computer without using NVM.
