v1.1.7 nvm use version still need admin ? #1022
Replies: 2 comments 3 replies
-
The article is outdated/wrong. NVM4W requires the Use v1.1.11, which has UAC triggering. You have to have admin privileges to install an app on Windows, so I recommend installing NVM4W v1.1.11 at |
Beta Was this translation helpful? Give feedback.
-
Is it possible to operate in Developer Mode without admin privileges? It seems that my testing indicates otherwise. I am on a Windows 10 environment, with Developer Mode enabled. I am using the nvm-noinstall.zip method for a portable setup. I've created a settings.txt file in its directory with the following contents: I have also added the following to my system environment variables: Afterward, I manually downloaded Node.js version 18.17.1, extracted it, placed it under D:\Programs\nvm, and renamed the folder to v18.17.1. Similarly, I downloaded Node.js version 16.20.2, repeated the same process, and renamed the folder to v16.20.2. These operations work as expected under an account with local administrator privileges; nvm use version functions properly. However, for accounts without administrator privileges, even with the Developer Mode option enabled, the nvm use command remains unusable. |
Beta Was this translation helpful? Give feedback.
-
In this Microsoft article (https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows), there is the following description:
As I do not have administrator privileges on my development device, I opted to use version 1.1.7. However, I encountered difficulties with the nvm user version command. Therefore, does using version 1.1.7 indeed allow one to bypass the need for administrator privileges?
Beta Was this translation helpful? Give feedback.
All reactions