Open lorenjerickson opened 1 month ago
Should have also added the following context.
Node: v20.11.1
npm: v10.2.4
TypeScript: v5.3.3
Repository is a turbo monorepo, but no other package in the monorepo references graphql. After adding the resolution
it appears that only graphql@16.9.0
is installed but the error message at startup persists.
Link to reproduction
No response
Describe the Bug
A newly scaffolded payload app will not start due to conflicting internal references to
graphql
pacakges. The fill error message is copied below.To Reproduce
npx create-payload-app@latest
npm run dev
.create-payload-app output:
npm run dev
output:npm ls graphql
and find that the only references tographql
are by Payload CMS and it's internal dependencies, which are in fact different versionsresolutions
inpackage.json
as the full error message suggests does not fix the problemPayload Version
2.28.0
Adapters and Plugins
none