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
R. Rein
source
to share
2 answers
Check out this project:
- https://github.com/coreybutler/nvm-windows
This is a Node version manager for Windows.
Another option:
- https://www.npmjs.com/package/nvm-win
See also this tutorial:
- https://medium.com/appseed-io/how-to-run-multiple-versions-of-node-js-with-nvm-for-windows-ffbe5c7a2b47
+3
rsp
source
to share
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
steampowered
source
to share