This website collects cookies to deliver better user experience
How to install multiple node versions on the same machine
How to install multiple node versions on the same machine
Our headless CMS, Strapi requires node version <= 14.x.x and we had node version 15 installed in our development machine. So that brought a question to my mind, is there a way like python venv for node to install different versions in the same machine. After doing a quick investigation, I found nvmnode version manager that lets you have different versions of node on the same machine and switching between them.