Turbopack Error: Failed to write app endpoint /[locale]/page #94071
Replies: 1 comment
-
|
The key part here is probably this line: Next.js package not foundand the reported version: Next.js version: 0.0.0That usually points to a broken or unresolved A few likely causes:
I’d try the following first: rm -rf node_modules .next
rm package-lock.json # or yarn.lock / pnpm-lock.yaml
npm installThen verify: npm ls nextto confirm that If this is a monorepo, it may also be worth checking:
The Also worth testing: next dev --no-turboIf the app works without Turbopack, that would help narrow it down to Turbopack’s package resolution layer specifically. Could you also share:
That would make the issue easier to reproduce. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
23c464985Next.js version:
0.0.0Error message:
Beta Was this translation helpful? Give feedback.
All reactions