Use nvm to mange multiple node installation
Installing nvm
https://www.codementor.io/mercurial/how-to-install-node-js-on-macos-sierra-mphz41ekk
https://www.sitepoint.com/quick-tip-multiple-versions-node-nvm/
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
List available version
nvm ls-remote
nvm install 10.15.3
Install required version
Switch between node version
npm use 10.15.3