Next.js Discord

Discord Forum

Turbopack panics in msys2 (ucrt64) environment

Unanswered
Large oak-apple gall posted this in #help-forum
Open in Discord
Large oak-apple gallOP
Is it some kind of bug or intended flow?

I have project in windows.
Recently I started using msys2 (ucrt64 launcher) in terminal. Normal node/bun apps work fine in this environment, but next project fails with this error

FATAL: An unexpected Turbopack error occurred. Please report the content of C:\msys64\tmp\next-panic-3c59b8280a819724d9ad9e7015d393fc.log, along with a description of what you were doing when the error occurred, to https://github.com/vercel/next.js/issues/new?template=1.bug_report.yml
thread caused non-unwinding panic. aborting.
error: script "dev" exited with code 9


And it also happens without --turbo, but still says about turbopack.
I can always make report later, but first I wanted to find out, maybe it has something to do with environment and there is no actual bug

0 Replies