run specific node version mac code example
Example 1: use a specific version of node
nvm use {Node version}
Example 2: node install specific version
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
nvm use {Node version}
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash