how to install a new version of node n code example
Example 1: How to install and use Node Version Manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Example 2: node install specific version
nvm install v10.15 //v10.15 is a version i want.