Commit 04e6223
fix(npm): add
## Summary
- Add `"preferUnplugged": true` to `oxlint` and `oxfmt` `package.json`
files so Yarn PnP always extracts them to disk instead of keeping them
in zip archives
- This fixes `EBADF: bad file descriptor` errors when running
oxlint/oxfmt in Yarn PnP projects, since native binaries cannot execute
from within zip archives
Closes #19163
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>preferUnplugged for Yarn PnP compatibility (#19829)1 parent a2f58e5 commit 04e6223
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
0 commit comments