The build plan of my application includes a legacy component which relies on an older version of node than the rest. How can I switch node versions using NVM-windows without requiring admin rights each time?
Currently my build scripts get interrupted by a windows prompt halfway through, they can't be run unattended.
nvm use ... # this opens a windows prompt for admin rights
NVM-windows can be used without requiring admin rights after setting it up as follows:
Developer Mode allows NVM to manage symlinks without admin privileges.