-
-
Notifications
You must be signed in to change notification settings - Fork 68
EISDIR: illegal operation on a directory #40
Copy link
Copy link
Closed as duplicate of#10
Description
cpy('/project/lib/**/*', '/project/dupe')Dir structure:
└── project/
├── lib/
│ ├── include/
│ │ ├── file1.js
│ │ └── file2.js
│ └── file.js
└── package.json
Results in:
Cannot copy from `/project/lib/include` to `/project/temp/include`: cannot read from `/project/lib/include`: EISDIR: illegal operation on a directory, read
If I remove the lib/include dir, it works fine, but the structure of temp/ has been flattened.
This appears to be related to cpy/issues/10.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels