Downgrading node.js - Windows

Is it possible to bypass node.js on windows at all? I can see examples for unix, but not Windows. I found nodist , but it looks old. Hints?

+3


source to share


2 answers


Check out this project:

This is a Node version manager for Windows.

Another option:



See also this tutorial:

+3


source


Docker would be a better solution than changing node versions. Docker allows you to containerize virtual environments with very few resources - ideal for laptops.

https://docs.docker.com/docker-for-windows/



If you are using Windows 7, you can still use Docker with a VMWare workstation.

https://stefanscherer.github.io/yes-you-can-docker-on-windows-7/

0


source







All Articles