-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Tailwind binary on linux x64-musl is just a bun wrapper #17796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This could be a Bun bug, since they are using Bun's https://bun.sh/docs/bundler/executables to create the executable. |
This is super strange. I tested that exact reproduction in two separate host environments:
Both of these produce the |
What's your host OS and architecture? |
I am using an Apple M1 with |
@IxDay I was able to reproduce this issue but only when using |
Created an upstream bug report, maybe the folks over at Bun have some idea: oven-sh/bun#19536 |
@IxDay Sorry for asking something not related to the issue itself: does the watch command work in Docker for you? |
👍 |
What version of Tailwind CSS are you using?
v4.1.3
What build tool (or framework if it abstracts the build tool) are you using?
Standalone CLI
What version of Node.js are you using?
N/A
What browser are you using?
N/A
What operating system are you using?
alpine 3:21
Reproduction URL
https://github.com/IxDay/tailwindcss
Describe your issue
When downloading and running the
tailwindcss-linux-x64-musl
I get thebun
CLI and not tailwind. The bug is not present withtailwindcss-linux-arm64-musl
though. See the reproduction for a minimal setup.The text was updated successfully, but these errors were encountered: