[Turbopack] Windows next build fails in standalone mode with `EINVAL: invalid argument, copyfile .
#89985
Unanswered
immiProgrammer
asked this question in
Help
Replies: 1 comment 4 replies
-
|
#88273 is still canary only. Try with next@canary to verify.
|
Beta Was this translation helpful? Give feedback.
4 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.
-
Summary
Summary
When running
next buildwithoutput: "standalone"on Windows using Turbopack (default in Next.js 16+ or explicitly enabled), the build fails during the file copying phase.It attempts to copy a traced file for the
node:inspectormodule, but the destination filename contains a colon (:), which is invalid on Windows filesystems.This issue persists even in Next.js 16.1.6, despite PR #88273 (escape colon in output names) being merged.
Reproduction Steps
output: "standalone"innext.config.ts.next build.Error Log
Environment
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions