

nvmrc file which is committed with your project and contains a single line with the version of Node.js to use for this project. In practice, this is usually indicated by the.

Why is this needed? The fact is that different applications you work with can be implemented on different versions of Node.js. Node Version Manager (NVM) is a tool that allows you to have multiple versions of Node.js on your device, switch them quickly, and it is managed from the command line interface (CLI).

In this regard, in this article, I will tell you how to install NVM on your computer step by step in a more optimal way (MacOS users do not need to read this). As it turns out, the correct installation and usage of NVM on Windows OS often raises some questions due to the fact that there are some inaccuracies in the official repository of this tool.
