Downgrade NodeJS Version | The Dev Tool | Toolel.com
You need to use the node's version management system.
To downgrade to version 6.10.2 run:
npm install -g n
n 6.10.2
To check your nodejs version us:
node -v
You can see more information about node's version management system here https://www.npmjs.com/package/n
Created by: martin
Comments
This page is only partially working without JavaScript. It will show content, but the tools and interactivity cannot be shown without JavaScript enabled. Please enable JavaScript for this page. About Us