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
What build tool (or framework if it abstracts the build tool) are you using?
Standalone executable
What operating system are you using?
Windows 10
Describe your issue
Whenever I run tailwindcss it creates 3 .node-files in the C:\Users\<username>\AppData\Local\Temp-folder. They don't get cleaned up and accumulate. As shown in this gif:
All three files are mostly binary data but contain "This program cannot be run in DOS mode." close to the start. Additionally, the smallest file contains:
at the end, while the other two files contain something about some Rust crates in C:\Users\runneradmin\.cargo\registry\src\index.crates.io (there is no user runneradmin on my system).
The text was updated successfully, but these errors were encountered:
These files are necessary to embed + run the native parts of our CLI (Oxide, Lightning CSS, and Parcel Watcher) on Windows and macOS (afaik, Linux can run them directly w/o writing to the filesystem first). Generally these get cleaned up after the program exits but on Windows I think the best that can be done here is cleaning them up after a reboot because of how it handles I/O and binaries loaded into a process.
Uh oh!
There was an error while loading. Please reload this page.
What version of Tailwind CSS are you using?
v4.1.8
What build tool (or framework if it abstracts the build tool) are you using?
Standalone executable
What operating system are you using?
Windows 10
Describe your issue
Whenever I run
tailwindcss
it creates 3.node
-files in theC:\Users\<username>\AppData\Local\Temp
-folder. They don't get cleaned up and accumulate. As shown in this gif:All three files are mostly binary data but contain "This program cannot be run in DOS mode." close to the start. Additionally, the smallest file contains:
at the end, while the other two files contain something about some Rust crates in
C:\Users\runneradmin\.cargo\registry\src\index.crates.io
(there is no user runneradmin on my system).The text was updated successfully, but these errors were encountered: