Description
What version of Tailwind CSS are you using?
v4.0.16
What build tool (or framework if it abstracts the build tool) are you using?
tailwind-cli
What version of Node.js are you using?
21.7.3
What browser are you using?
N/A
What operating system are you using?
macOS
Describe your issue
Just noticed this on a deploy to Heroku, our normal build step for Tailwind is hanging. No issues locally until I force it to install 4.0.16 and then it just hangs. No errors. I don't see a debug or verbose output option for the cli so I'm not sure what to do to further troubleshoot. Adding "@tailwindcss/cli": "4.0.15"
to package.json, to force a downgrade to 15, and all is well again.
npx @tailwindcss/cli -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify
Need to install the following packages:
@tailwindcss/cli@4.0.16
Ok to proceed? (y)
*hangs* here, no output
Metadata
Metadata
Assignees
Labels
No labels