npm config using https instead of ssh code example
Example: how to use https in npm install instead of ssh
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://