Projects use a .nvmrc
file (or, sometimes .node-version
file) to specify the required Node.js version, eliminating the need to manually pass it via the command line and remembering which version each project requires.
Install nvm
nvm install
nvm use