In production, I have a bunch of services running an older Node.js version. I would need to install a new one using the latest LTS version.
Is it safe to have both versions installed? The installer is asking for a path. This means that two versions can be installed, I imagine.
In development, nvm-windows is working fine, but it requires Internet access to install both versions. In production, there isn't any Internet access. What would be the best option here?