sms516
3/20/2019 - 10:26 PM

Useful NVM commands

Helpful article Here

// List all install versions of node
NVM list

// Install specific version of node
NVM install 7.9.0

// Switch to version of node
NVM use 7.9.0