How do I downgrade Nodejs version?
Category:
technology and computing
antivirus software
In case of windows, one of the options you have is to uninstall current version of Node. Then, go to the node website and download the desired version and install this last one instead. This may be due to version incompatibility between your code and the version you have installed.
Subsequently, one may also ask, how do I revert to a previous version of node?
So, to downgrade the node version , Just install the older version of node js .
Downgrade NPM
- find version you want and click download.
- on mac click the .
- be happy now that you are on the version of node you wanted.
One may also ask, how do I change node version in Windows?
The Node Version Manager. A simple install by downloading and running the nvm-setup. zip. Then simply this simply allows you to switch your Node versions, also the ability to use install commands.
You can check your current NodeJS version by using command node -v. And changing your version can be done by using node version manager. The easiest way to do that is by running this $ npm install -g n now you can change your current NodeJS version using n (version) e.g. n 4.0.