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
{{ message }}
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.
The current version of serverless-appsync-offline has indirect dependencies that conflicts in their peer dependencies of graphql. npm install output extracted below,
npm WARN graphql-subscriptions@0.5.8 requires a peer of graphql@^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 but none is installed. You must install peer dependencies yourself.
npm WARN graphql-tools@3.1.1 requires a peer of graphql@^0.13.0 but none is installed. You must install peer dependencies yourself.
npm WARN apollo-link-http@1.3.1 requires a peer of graphql@^0.11.0 but none is installed. You must install peer dependencies yourself
I suggest updating graphql-* packages to at least those versions that depends on graphql@14.x for long term stability.
The text was updated successfully, but these errors were encountered:
vicary
changed the title
Conflicting peer dependencies
[appsync-emulator-serverless] Conflicting peer dependencies
Jun 21, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm being directed here from aheissenberger/serverless-appsync-offline#31, copying the original issue description below.
The current version of
serverless-appsync-offline
has indirect dependencies that conflicts in their peer dependencies ofgraphql
.npm install
output extracted below,I suggest updating
graphql-*
packages to at least those versions that depends ongraphql@14.x
for long term stability.The text was updated successfully, but these errors were encountered: