I want to downgrade the NodeJs version to 16 as some of the dependencies I am using in my React app do not support NodeJs 17. I tried this method (another post on stack overflow) also but this thing is not getting installed on my PC.
Any sort of help is appreciated. Thanks in advance.
n
Just uninstall node.js and re-install the version you wanted. The error message you get is because the OS version check fails.nvm
on the other hand is also not 100% compatible with windows. – Broeder