-
Notifications
You must be signed in to change notification settings - Fork 4.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Standalone CLI outputs "watchman not found" #15983
Comments
I see this too, using a different OS tailwind standalone binary ( linux-arm64 ). Here is the info on mine: What version of Tailwind CSS are you using? v4.0.0 What build tool (or framework if it abstracts the build tool) are you using? standalone executable What version of Node.js are you using? N/A What browser are you using? N/A What operating system are you using? Raspberry Pi running Debian Reproduction URL: N/A Describe your issue: a message comes up after I run my command
However, In other words, the message |
Interesting! According to the docs of This function seems to run to check if watchman is installed: https://github.com/parcel-bundler/watcher/blob/119f1ff04bb41c2369929e37274900c61b0a9f49/src/watchman/WatchmanBackend.cc#L43-L66 any chance you have a |
Oh I misunderstood I guess if it still works this is just about the stdout being logged, possibly by this check right here: https://github.com/parcel-bundler/watcher/blob/119f1ff04bb41c2369929e37274900c61b0a9f49/src/watchman/WatchmanBackend.cc#L49 I think we can safely ignore this because in that case, |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What version of Tailwind CSS are you using?
v4.0.0
What build tool (or framework if it abstracts the build tool) are you using?
standalone executable, specifically,
tailwindcss-linux-x64
What version of Node.js are you using?
N/A
What browser are you using?
N/A
What operating system are you using?
Linux
Reproduction URL
https://github.com/aptinio/tailwind-linux-cli-watchman-issue
Describe your issue
The following is included in the output, even if the standalone CLI successfully rebuilds the output when Tailwind classes are changed in
index.html
The text was updated successfully, but these errors were encountered: