Cos

Results 3 comments of Cos

@devalberg I'm also facing this issue in VS Code in a similar monorepo configuration and as you said the only solution is to restart the ESLint server. I hope this...

I'm having the same issue with Turbopack build failures in a project where I have `pino` installed and upgraded Next.js from `16.0.1` to `16.0.7`. Although not ideal, using the `--webpack`...

I confirm that adding "pino" into the `serverExternalPackages` config, successfully builds the app using pnpm and Turbopack now. Thank you for the tip @kkoudelka