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