-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Running npm install --save apollo-server graphql gave me the following peer dependency issues:
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 graphql-tag@2.9.2 requires a peer of graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 but none is installed. You must install peer dependencies yourself.
npm WARN @apollographql/apollo-upload-server@5.0.3 requires a peer of graphql@^0.13.1 but none is installed. You must install peer dependencies yourself.
The resolved versions:
+ apollo-server@2.1.0
+ graphql@14.0.2
It seems as if the minor version of 14 got moved to a major version on graphql, thus not satisfying peer dependencies of the above packages.
kalm42 and Type1J
Metadata
Metadata
Assignees
Labels
No labels