You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:The required versions are somehow contradictory to each other.
The text was updated successfully, but these errors were encountered: