Turbopack Error: Failed to write app endpoint /page #88279
Replies: 2 comments
|
Hi, The message Things you can try: Make sure next is listed in your package.json dependencies Reinstall dependencies: rm -rf node_modules pnpm-lock.yaml Verify Next.js is installed: pnpm list next As Turbopack is still experimental, try running without it: next dev --no-turbo If you are on Windows, also make sure symlinks are allowed (Developer Mode enabled or run terminal as Administrator), since pnpm + Turbopack relies on them. This seems more like an environment / dependency resolution issue rather than an app code issue. Hope this helps 👍 |
Uh oh!
There was an error while loading. Please reload this page.
Turbopack version:
d1bd5b58Next.js version:
0.0.0Error message:
All reactions