I started learning Node.js a couple of weeks ago. I would like to have an opportunity to create isolated programming environments for my node projects. For example I would like to
Run different versions of Node on my machine, and I have an opportunity to work with projects that use different versions of Node.
Use different versions of node packages in different projects.
I have all those opportunities when working in Python. What do you use when working with Node.js?
Thank you in advance for all the answers!!!
I didn't find the right solution from the Internet.
References
https://www.techrepublic.com/forums/disc...hon-virtualenv/
Business Whiteboard