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.
node -v > .nvmrc
Run the above command with nvm configuration to switch to the correct node version for a project.