Turbopack Error: failed to write to C:\Users\naray_kse\Desktop\FOOD-NEXTJS\.next\static\chunks\_afa2cdcd._.js #83261
Replies: 2 comments
-
The file is locked by another process (often OneDrive/Dropbox sync, AV, or a second next dev). Stop the dev server and kill any stray Node processes: taskkill /F /IM node.exe Pause OneDrive/Dropbox or add an AV exclusion for the project (or just .next). Then wipe the build and start fresh: rmdir /s /q .next If it still happens, try without Turbopack to confirm it was a lock |
Beta Was this translation helpful? Give feedback.
-
Context
Cause
Fix (minimum viable)
Notes
If this solves it, please Mark as answer so others can find it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
c8cf55f4
Next.js version:
0.0.0
Error message:
Beta Was this translation helpful? Give feedback.
All reactions