How to downgrade NODE.js version ?

Do you have to downgrade node.js version on your machine ? Here is best solution

  1. install ‘n’  by running command:
    npm install -g n
  2. Downgrade node by running n command with chosen version:
    n 10.13.0