# Tooling

Using Node Version Manager and .nvmrc to automatically switch Node versions per project

This is how I use Node Version Manager to run multiple versions of Node locally, and use .nvmrc file to automatically detect and switch to the correct version per project on the command line.

Link