Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

444
Views
Unable to downgrade Node.js using nvm on Windows

I'm trying to downgrade Node's version via nvm on Windows 10, but I can't get it working:

C:\projects>nvm use 16.13.2 all
Now using node v16.13.2 (64-bit)

C:\projects>node -v
v17.4.0

(I nvm install and nvm use 16.13.2 on both 32 and 64bit; also tried to restart the command prompt, but always showing v17.4.0)

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

According to your output of where node

C:\Program Files\nodejs\node.exe

You have another manually installed node version on your system. Since both, the manually installed node as well as the version provided by NVM have their locations in your PATH environment variable, the one which happens to come first in PATH wins (which in your case was the manually installed one) and the other one looses and won't be accessible (without using the full path).

So to fix it, uninstall node and use NVM to handle all node installations.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!