Replies: 2 comments 11 replies
-
The |
Beta Was this translation helpful? Give feedback.
11 replies
-
It seems we are... out of luck 😢 Bun no longer works on macOS 12 (I'd say too early because Monterey was still on security updates at least until past autumn), which means that we just can't use the binary. See #17259 (comment) |
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.
-
When running
./tailwindcss init
on macOS 15.3.1 (24D70) with an Intel Xeon CPU, I encounterzsh: illegal hardware instruction
. The binary is the official macOS-x64 version from the releases page (SHA-256 verified).To Reproduce
Steps to reproduce the behavior:
tailwindcss-macos-x64
from v4.0.12 releasechmod +x tailwindcss-macos-x64
./tailwindcss-macos-x64 init
Expected behavior
Configuration file
tailwind.config.js
should be generated without errors.System Info
Beta Was this translation helpful? Give feedback.
All reactions