Open divyansh-tiwariHL opened 1 year ago
Yes. On Windows you can use the MSI package to do a user installation. It does not require admin privilege, and supports all functionality.
@jasongin Thanks for your suggestion. I use MSI installer for nvs and it worked, admin permission's are not required. But I am facing two things.
@jasongin is there a vs code extension which on change vode version via nvs can change runtimeExecutable path in launch.json file, I think that can also be a solution for this.
many companies provide admin protected laptops to there employees, So while working with node's nvm on these laptops developer requires admin credentials to switch the node version, also when it comes to debugging the code node path's are not provided in the environment path manager because of which IDE prompts error saying node is not install, then again admin privilege's are required to start the IDE in admin mode (Windows platform). In nvs have we resolved this admin privilege or not, if not can we plan for this, as this will benefit a lot of folks, including me.