Turbopack Error: Failed to write app endpoint /page #90942
balazs-web
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
|
This usually happens when Turbopack fails while processing Try the following fixes:
rm -rf node_modules .next package-lock.json
npm install
next dev --no-turbo
@tailwind base;
@tailwind components;
@tailwind utilities;
In many cases this is a Turbopack + PostCSS issue, not a project configuration problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
23c46498Next.js version:
0.0.0Error message:
Beta Was this translation helpful? Give feedback.
All reactions