-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EISDIR: illegal operation on a directory #40
Comments
Currently |
Related issue: sindresorhus/cpy-cli#10 (comment) |
This is a must, it should work by default unless you have the |
Unfortunately I ran into this issue too. However I was trying to copy one directory to another with the absolute path, no wildcards/glob... Was expecting this could handle that - unless I have something wrong... Was hoping to use this since it also supports progress reporting. |
Dir structure:
Results in:
If I remove the
lib/include
dir, it works fine, but the structure oftemp/
has been flattened.This appears to be related to cpy/issues/10.
The text was updated successfully, but these errors were encountered: