79499705

Date: 2025-03-11 05:12:50
Score: 0.5
Natty:
Report link

Many of companies policies have restricted use of NVM on windows due to several reasons. In such cases there is another way we can manage multiple versions on windows.

First uninstall all node versions from your system control panel. Then you need to either download the binary / archived versions from the node page.

Download from here https://nodejs.org/en/download

If you don't found your exact version from above page then please check from node dist - https://nodejs.org/dist/

Then unzip the downloaded file, now add the location of unzip folder to path variable inside System environment variable.

NOTE : You need to close and restart all terminals to affect the changes.

If you need to change the version just update path variable to point point out another version location inside System environment variable and ready to use.

enter image description here

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sumit Rane