Build hangs in @tailwindcss/oxide-darwin-x64 on Node 26 / Vite 8 (darwin-x64)
#20267
HerbiusYang
started this conversation in
General
Replies: 1 comment
-
|
Your problem might already be fixed by #20263. However, the fix hasn't been released in stable version yet, so try using $ npm install tailwindcss@insiders @tailwindcss/vite@insidersOtherwise, try running with |
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.
-
Build hangs in
@tailwindcss/oxide-darwin-x64on Node 26 / Vite 8 (darwin-x64)Question
Is a build hang in
@tailwindcss/oxide-darwin-x64on Node 26 a known issue, and is thisthe right repo to report it — or should it go to Vite / Rolldown?
I'm looking for confirmation before filing a bug, because the stack is bleeding-edge and
the root cause may not be Tailwind itself.
What's happening
After upgrading Tailwind CSS from
4.3.0to4.3.1,vite buildproduction buildsstarted hanging indefinitely.
Sampling shows the process parked in
tailwindcss-oxide.darwin-x64.nodeat 0% CPU.That looks like blocking/waiting rather than busy source scanning.
I do not have a clean minimal reproduction yet. The failure appeared after several
pnpm install --forcecycles during unstable network conditions, so I cannot fully ruleout a bad native dependency install or cache state. That's why I'm asking for routing /
known-issue confirmation before opening a formal bug.
Environment
darwin-x64/x86_64v26.0.011.1.38.0.14(Rolldown-backed Vite 8)4.3.0 -> 4.3.1@tailwindcss/postcss4.3.0 -> 4.3.1.npmrccontainsignore-scripts=trueWhy I upgraded
Frontend tests under Node 26 produced:
Beta Was this translation helpful? Give feedback.
All reactions