How to change to an older version of Node.js
One way is to use NVM, the Node Version Manager. Use following command to get nvm You can find it at https://github.com/creationix/nvm It allows you to easily install and manage multiple versions of node. Here’s a snippet from the help: