How to downgrade NODE.js version ? November 23, 2021 | No Comments Do you have to downgrade node.js version on your machine ? Here is best solution install ‘n’ by running command: npm install -g n Downgrade node by running n command with chosen version: n 10.13.0