Skip to content

NVM won't work after installing it multiple times #1149

Answered by kdbbrown
kdbbrown asked this question in Q&A
Discussion options

You must be logged in to vote

@coreybutler After weeks of trying to make it work i found a way around ,
I was given a computer at work which asks for admin passwords each time i need to install it ,
Basically they're two profiles - "C:\Users\Admin" and "C:\Users\me" ,

This was the pathway that worked for me

  • Installing nvm on pc with compulsory admin restrictions,
  • download .exe from repo
  • install in Path "C:\Users<user>\AppData\Roaming\nvm" (require admin password to launch installation)
  • set this as symlink "C:\Users<user>\Roaming\nvm\nodejs"
  • update user environment variables NVM_HOME , NVM_SYMLINK
  • add env variables to path
  • restart terminal , test with nvm --version (should display nvm version if previous steps are suc…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kdbbrown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants