-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dose NVS works without administrator privilege #275
Comments
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.
|
@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.
The text was updated successfully, but these errors were encountered: