This repo includes Payload which installs a few dependencies like Pino for you. Turbopack can't find them if installed with pnpm
but Webpack can.
To reproduce:
- Install dependencies with
pnpm
- Run
pnpm dev --turbo
to see it fail - Run
pnpm dev
to see it work
More info: vercel/next.js#68805