-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[4.0.17] Any command hanging forever on macOS with chip M1 #17451
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
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? |
@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. |
+1 Having the same problem. The process stalls indefinitely. Apple M1 (2020) - Sequoia 15.3.2 (24D81)
|
Interestingly, calling |
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).
The text was updated successfully, but these errors were encountered: