Loading...
Node Version Manager configuration file
File type: Source code and script file
An .nvmrc file is a simple text file in the root directory of a project that defines the required Node.js version for a given project.
File type category:
Source code and script file
Date updated: May 16, 2026
The .nvmrc file is a simple text file in the root directory of a project that defines the required Node.js version for a given project.
It allows developers using NVM (Node Version Manager) to automatically switch between Node.js versions using the nvm use command, ensuring consistency across development environments.
Use any text or code editor to open the .nvmrc file.
Not meant to be converted directly.