Skip to content
Discussion options

You must be logged in to vote

Found the right way to setup nvm-noinstall package without the NVM_SYMLINK trouble:

  • unzip nvm-noinstall.zip to anywhere, eg: C:\Users\bob\Apps\nvm
  • open powershell and run C:\Users\bob\Apps\nvm\install.cmd
  • paste C:\Users\bob\Apps\nvm after the propmt
  • open powershell or cmd and run nvm install 22 lts to install the LTS version of nodejs 22

Note, if you are none admin user, you shoul change:

  • edit install.cmd and change setx /M to setx
  • edit install.cmd and change set NVM_SYMLINK=C:\Program Files\nodejs to set NVM_SYMLINK=%NVM_PATH%\nodejs
  • nvm use will not work, run mklink /J nodejs v20.19.5 in cmd in the C:\Users\bob\Apps\nvm directory

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@SetsuikiHyoryu
Comment options

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 SetsuikiHyoryu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
4 participants