neo4j-devtools / graph-app-kit

Reusable components for building Graph Apps
Apache License 2.0
17 stars 7 forks source link

Problems with versions of dependencies when installing #19

Open Baschdl opened 6 years ago

Baschdl commented 6 years ago

When trying to install graph-app-kit as explained in "Install and import" (in the README.md) with npm install graph-app-kit --registry https://neo.jfrog.io/neo/api/npm/npm, we're getting the following errors:

npm WARN cypher-codemirror@1.0.5 requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN cypher-codemirror@1.0.5 requires a peer of react-dom@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN semantic-ui-react@0.74.2 requires a peer of react@>=0.14.0 <= 15 but none is installed. You must install peer dependencies yourself.
npm WARN semantic-ui-react@0.74.2 requires a peer of react-dom@>=0.14.0 <= 15 but none is installed. You must install peer dependencies yourself.

The required versions are somehow contradictory to each other.

oskarhane commented 6 years ago

Hi, That looks a bit confusing, I agree. Everything works in React 16 though, so you could ignore those warnings for now.

We'll have a look at this.