Replies: 3 comments 2 replies
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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, |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions