We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
overwriting a file with a directory fails even with options.overwrite = true
options.overwrite = true
Error: EEXIST: file already exists, mkdir '/path/to/existing/file'
maybe add options.mkdirForce
options.mkdirForce
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
This should be fixed in v2.0.12 - feel free to reopen this issue if you're still having problems.
Sorry, something went wrong.
Unfortunately I had to revert this fix in v2.0.13 due to #31 - I'm reopening this issue while I sort out a fix. Apologies for the confusion.
No branches or pull requests
overwriting a file with a directory fails even with
options.overwrite = true
maybe add
options.mkdirForce
The text was updated successfully, but these errors were encountered: