ERR_FS_CP_NON_DIR_TO_DIR
node
runtime_error
official
true
Cannot copy non-directory to directory
ID: node/err_fs_cp_non_dir_to_dir
0%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 18 | active | — | — | — |
| 20 | active | — | — | — |
| 22 | active | — | — | — |
Root Cause
fs.cp() was called to copy a file to a directory path that is a file.
generic