graphql / graphql-js

A reference implementation of GraphQL for JavaScript
http://graphql.org/graphql-js/
MIT License
20.04k stars 2.02k forks source link

Error with version v16.9.0: `Can't resolve '@apollo/subgraph/dist/directives''` #4151

Closed tanmnt closed 1 day ago

tanmnt commented 2 months ago

When I from v^16.8.1 upgrade to v16.9.0 then errors under the picture

image
JoviDeCroock commented 2 months ago

This is pointing at a non graphql-js module though, have you tried running a dedupe command like pnpm dedupe to see whether you accidentally duplicatd some modules?

yaacovCR commented 1 day ago

Closing, feel free to reopen as necessary.