Tools and tricksIntroductionSetup - nvmOn this pageSetup - nvmTo find all the installed version of node nvm ls To use a specific version of node nvm use v11.14.0 To install a new node version nvm install v11.14.0 To uninstall a specific node version You cannot uninstall an active node version nvm uninstall v14.15.2