Skip to content
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

[4.0.17] Any command hanging forever on macOS with chip M1 #17451

Open
niconisoria opened this issue Mar 30, 2025 · 2 comments
Open

[4.0.17] Any command hanging forever on macOS with chip M1 #17451

niconisoria opened this issue Mar 30, 2025 · 2 comments

Comments

@niconisoria
Copy link

What version of Tailwind CSS are you using?

For example: v4.0.17

What build tool (or framework if it abstracts the build tool) are you using?

https://github.com/rails/tailwindcss-rails

What operating system are you using?

macOS Ventura - Chip M1

Reproduction URL

Creation of a new Rails app that includes TailwindCSS.

rails new test --css=tailwind

Execution of the watch command.

rails tailwindcss:watch

Describe your issue

The terminal hangs after executing the watch command. Same application worked well after downgrading it back to v3.

I believe this is related to the hardware since I saw another user with M1 reporting the same issue here rails/tailwindcss-rails#509 (comment).

@thecrypticace
Copy link
Contributor

I saw your comment in the rails thread and it looks like you have an intel binary being installed on Apple Silicon. While it should run fine through Rosetta it's strange that it's installing the Intel binary. Is your terminal running under Rosetta?

@niconisoria
Copy link
Author

@thecrypticace Thank you for checking this issue. I just double checked and followed the steps from the system terminal using Rosetta. Issue still reproduced.

I thought this might be because I was using the VSCode terminal before but the case is the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants