Skip to content

Some Apollo Server dependencies have peerDeps incompatible with graphql@15, and the latest npm really cares #4865

@DakotaLarson

Description

@DakotaLarson

Hi,

I am running into an error when installing apollo-server-core as a dependency of apollo-server-express.

The most recent version of apollo-server-core includes graphql-upload v8.x as a dependency, however, v8 of graphql-upload requires a peer dependency of graphql v14 or earlier. I have v15.x of graphql installed.

The latest version of graphql-upload has support for graphql v15 as a peer dependency.

Essentially, I am wondering if it's possible to update the graphql-upload dependency of apollo-server-core to use the most recent version. I am not running into any runtime errors at the moment.

Thanks!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions