Turbopack Error: failed to write to D:\Downloads\nextjs\resonance\.next\dev\server\chunks\ssr\[externals]_node:buffer_00e2e67a._.js #94291
Replies: 1 comment 1 reply
-
|
Hey @bonannogiovanni , this is a Windows path issue, not a Turbopack bug. OS error 123 means Windows can't handle the filename syntax , specifically the square brackets Fix, move your project out of or Windows can be picky with deeply nested paths + special characters in If moving the project doesn't help, also try:
Short and accurate — the bracket characters in Turbopack's generated filenames trip up Windows path handling, moving the project is the real fix. |
Beta Was this translation helpful? Give feedback.
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