You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: