ENOTEMPTY
node
system_error
official
true
Directory not empty
ID: node/enotempty
0%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 18 | active | — | — | — |
| 20 | active | — | — | — |
| 22 | active | — | — | — |
Root Cause
An attempt to remove a directory failed because it contains files. Use fs.rm() with {recursive: true}.
generic