Generate .nvmrc file with current node version
1 min read

Generate .nvmrc file with current node version

node -v > .nvmrc

Run the above command with nvm configuration to switch to the correct node version for a project.