I want to downgrade my version using npm. The current version is 16.13.1. I want to downgrade this to 12.0.1. Can anyone tell me how to do it?
Thanks!
use node version manager nvm
, you can switch any node version that you want.
More details
https://github.com/nvm-sh/nvm/blob/master/README.md
https://www.npmjs.com/package/nvm
nvm install 14.15.5
nvm use 14.15.5
Use below command for all installed node versions
nvm list
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With