Support directory removal
Open
bug
- Dominant language
- JavaScript
- Stars
- 50
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, you're met with the following error (this is a `skrub-cli` call, but it makes no difference since it's an issue in this api)
``` sh
$ skrub
events.js:141
throw er; // Unhandled 'error' event
^
Error: EISDIR: illegal operation on a directory, open '/Users/dawsonbotsford/'
at Error (native)
```
(directory name redacted)
Contributor guide
Assessment
This issue has not been assessed yet.