I have a project that requires downgrading Node.js. I'm currently using Node.js version 16 and my project should be using Node.js version 14. Does anyone know how to downgrade Node.js version without conflicts and errors? Thank you. I am use Windows
Asked
Active
Viewed 679 times
0
-
Which platform are you working on? Windows? or Linux? – The KNVB Aug 22 '22 at 07:35
-
You can use nvm – brk Aug 22 '22 at 07:35
1 Answers
0
For windows:
Steps
- Go to > Control panel> program and features>Node.js then uninstall
- Go to website: https://nodejs.org/en/ and download the version and install.

Niyoz Abduxairov
- 1
- 1