Node Version Manager¶
Useful tool for managing multiples nodeJS versions at the same time, and choose between them when corresponds.
@note: If in the root of a project the file .nvmrc
exists and its specifies the version of nodeJS, we just need to run in bash the command: nvm use
in order to setup the correct version of node for that project.