When I try to install the dependencies on my local machine using npm i, it would fail with the following error
The unauthenticated git protocol on port 9418 is no longer supported.
git:// protocol is not supported anymore for unauthenticated GitHub requests
This PR changes the all the devDependencies to use the github:
When I try to install the dependencies on my local machine using
npm i
, it would fail with the following errorThe unauthenticated git protocol on port 9418 is no longer supported.
git://
protocol is not supported anymore for unauthenticated GitHub requests This PR changes the all the devDependencies to use thegithub: