Latest cli
version hangs when trying to build
#17380
Unanswered
luizkowalski
asked this question in
Help
Replies: 1 comment 2 replies
-
Hey! Someone else also reported this just now, do you mind trying to run the command with |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey 👋🏻
I have an app using 4.0.15 and it is working just fine. I'm building the final CSS using this command:
Since 4.0.16, the building has stopped working; it just hangs:
Activity monitor shows the process using 100% of the CPU:
The thing is, I have tried to remove everything from the
application.css
, leaving just@import "tailwindcss";
line and I still the same issue. What's more strange is that if I copy all my CSSs to another folder and run the same command, it works just fine:These are the exact same CSS files under the exact same structure and
package.json
. Things I have also tried:node_modules
@tailwindcss/cli": "^4.0.16",
to mypackage.json
and runtailwindcss -i ./app/assets...
Absolutely nothing works.
Does this ring any bell to anyone?
Edit: my CSS file
Beta Was this translation helpful? Give feedback.
All reactions