Useful NVM Commands

CommandsUse
node -v || node –versionCheck version
nvm lslist installed versions of node (via nvm)
nvm install 6.9.2Install specific version of node
nvm alias default 6.9.2Set default version of node
nvm use 6.9.1Switch version of node
nvm install –ltsInstall the latest LTS version
nvm uninstall <node version>Uninstall Specific Node Version

Leave a comment

Your email address will not be published. Required fields are marked *