Automatic NodeJS version using NVM
If you have multiple projects in your computer, it's probable that all of them use a different version of NodeJS. For this reason, there are packages like <a class="hover:no-underline text-blue underline" href="https://github.com/nvm-sh/nvm" target="_blank" rel="noreferrer">NVM (Node Version Manager)</a> that allow you to do exactly that, handle different versions of NodeJS without too much extra configuration. Its installation and use are tremendously basic, just need to run `nvm help` if you need more help. In order to have a better organization, it is recommended to have a `.nvmrc` file...
JavaScript