can someone help me answer this ? #711
-
Problem I need to install nvm for windows 10 and have it work for my admin profile and my non admin profile. When I do all my programming it's with my regular user account. But to install things / admin stuff, I have to provide an admin account. I downloaded and ran the latest installer from this repo. So right now, when I open a "command" window as admin, i can run
But if I run command just as my regular user,
In the environment variables - for the admin user - the path has been updated But also I have them in the system environment variables. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It sounds like NVM4W was installed just for the admin account. Your non-privileged account doesn't appear to be recognizing the system environment variables. The easiest fix is to create |
Beta Was this translation helpful? Give feedback.
It sounds like NVM4W was installed just for the admin account. Your non-privileged account doesn't appear to be recognizing the system environment variables.
The easiest fix is to create
NVM_SYMLINK
andNVM_HOME
user environment variables. These would be the same values as they are for the admin account. This section of the wiki provides details.