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)