React-color: latest update on `prop-types` break our CI

Created on 8 Sep 2017  路  4Comments  路  Source: casesandberg/react-color

Our CI server does NOT have git installed. But to install the version of prop-types git is required

Most helpful comment

Sorry about that, it has been changed back in [email protected]

All 4 comments

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]

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Prinzhorn picture Prinzhorn  路  6Comments

jimmylinh picture jimmylinh  路  4Comments

Glutnix picture Glutnix  路  4Comments

dsumer picture dsumer  路  4Comments

YashalShakti picture YashalShakti  路  3Comments