You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting! According to the docs of @parcel/watcher (the library we use for watching for file changes in the CLI), the watchman backend should only be selected if watchman is actually installed.
I think we can safely ignore this because in that case, @parcerl/watcher will fall back to another watcher. Maybe what we could do is create a bug report on the @parcel/watcher repo though if you want to silence this somehow. Does anyone of you want to look into that since you already have a system where this repros? (Ideally the repro for the parcel repository only uses @parcel/watcher and not tailwindcss).
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: