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 initon 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-x64from v4.0.12 releasechmod +x tailwindcss-macos-x64./tailwindcss-macos-x64 initExpected behavior
Configuration file
tailwind.config.jsshould be generated without errors.System Info
$ shasum -a 256 tailwindcss-macos-x64 1fefebe593065e5f44306290e9b5dc6e1ca0bd941bdfbcd2aa796de6ce3da5f3 tailwindcss-macos-x64 $ file tailwindcss-macos-x64 Mach-O 64-bit executable x86_64 $ otool -hv tailwindcss-macos-x64 Mach header magic cputype cpusubtype caps filetype ncmds sizeofcmds flags MH_MAGIC_64 X86_64 ALL 0x00 EXECUTE 22 2240 NOUNDEFS DYLDLINK TWOLEVEL BINDS_TO_WEAK PIE MH_HAS_TLV_DESCRIPTORSBeta Was this translation helpful? Give feedback.
All reactions