.nvmrc
particleA .nvmrc file is a configuration file used with the Node Version Manager (NVM). It’s a simple text file placed in the root directory of a Node.js project to specify the required Node.js version for that specific project. When you use NVM and navigate into a directory containing a .nvmrc file, running the command nvm […]