Our CI server does NOT have git installed. But to install the version of prop-types git is required
Same here, behind a corporate firewall, the prop-types which points to the anti-gravity fork of prop-types will try to git clone the repo and everything fails due to security permissions.
Is there any reason why prop-types isn't just using the official package?
Same here, dependency:
"prop-types": "https://github.com/anti-gravity/prop-types.git",
breaks our build. Why isn't prop-types using the official package?
I hit the same problem, and with some node_modules searching, found that this package is using a strange fork of prop-types. Why is that?
For some reason, 2.13.6 has disappeared from the registry, so I have rolled my package.json react-color version to 2.13.5. It appears to be working so far.
Sorry about that, it has been changed back in [email protected]
Most helpful comment
Sorry about that, it has been changed back in
[email protected]