navigatorkmfk.blogg.se

Multiple node versions windows
Multiple node versions windows





We will go a bit in-depth about NVM in this tutorial. The second project is the nvm or Node Version Manager. You can read more about this on their github readme. It's a simple Node.js version management package. So we will see two tools in general and look in-depth about the one which I personally prefer and why. To overcome all this mess, today we will learn about some awesome tools which can make your life a bit easier when you have to manage multiple nodejs version on your system. Or maybe you just want to try out the latest releases of nodejs (which by the way currently is v15 and it does have some amazing new features you should try) without the need of uninstalling your local current version, then upgrade to the new version and later again revert to your old version.

multiple node versions windows

When you are working with Node.js, there would be many scenarios where you would have to use different node versions, for eg your some projects are working on node v8 and now you want to upgrade to a new version without thinking much about the transition and still support old version projects.







Multiple node versions windows