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
1) Run different versions of Node on my machine, and I have an opportunity to work with projects that use different versions of Node.
2) 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
I didn't find the right solution from the Internet.