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