How to Install
on this url download distributive
https://github.com/coreybutler/nvm-windows?tab=readme-ov-file
nvm install latest - install latest version
nvm - show all commands
nvm install 11 - install special version
nvm use 11 - use special version
nvm ls - show all installed
nvm current - show current version
if not changing node js for windows
Uninstall Nodejs from control panel.
Install Nodejs 12.16.1 using nvm install 12.16.1
Install Nodejs 14.15.1 using nvm install 14.15.1 (or the version which got uninstalled)
Switch version using nvm use 12.16.1 (change the version number accordingly)