Ernesto F
1 min readJun 6, 2018

--

Setting defaults is also very useful and setting a .nvmrc file with the version number on your projects root folder, so a simple `nvm use` changes the node command to use that version.

--

--