Tailwind CSS executable missing on Windows 11 for versions above 3.4.17 #18350
Replies: 2 comments
-
For v4, the CLI interface has been moved to a separate package, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description:
I'm experiencing an issue with Tailwind CSS versions above 3.4.17 on Windows 11. The executable cannot be found by npm/npx after installation.
Environment:
OS: Windows 11
Node.js: v22.14.0
npm: 11.4.2
Tailwind CSS: versions above 3.4.17 (works fine on 3.4.17)
Steps to reproduce:
Observed behavior:
When running npx tailwindcss init, I get this error:
Additionally, after installing versions above 3.4.17, listing the files in node_modules/.bin does not show the tailwindcss executables. I only see:
Expected behavior:
With version 3.4.17, after installing via:
the executables appear correctly in node_modules/.bin:
and npx tailwindcss init works as expected.
Additional notes:
The problem does not occur with Tailwind CSS 3.4.17
2025-06-19T20_34_52_292Z-debug-0.log
.
I have already tried removing node_modules, reinstalling dependencies, and clearing the npm cache. Added the mentioned log for review.
Beta Was this translation helpful? Give feedback.
All reactions