Skip to content

Problems with versions of dependencies when installing #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Baschdl opened this issue Feb 7, 2018 · 1 comment
Open

Problems with versions of dependencies when installing #19

Baschdl opened this issue Feb 7, 2018 · 1 comment

Comments

@Baschdl
Copy link

Baschdl commented Feb 7, 2018

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants