Como usar o HTTPS no NPM Instalar em vez de SSH

git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
Bhela