-
Notifications
You must be signed in to change notification settings - Fork 772
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
ENOTEMPTY is thrown on removeSync #178
Comments
It seems like there are many issues regarding this error in rimraf e.g. isaacs/rimraf#25 |
urlbox-io
added a commit
to urlbox-io/puppeteer-extra
that referenced
this issue
Jan 21, 2021
Without the change, `fse.removeSync` only works with empty folder, so fails with ENOTEMPTY - jprichardson/node-fs-extra#178
berstend
pushed a commit
to berstend/puppeteer-extra
that referenced
this issue
Jan 21, 2021
Without the change, `fse.removeSync` only works with empty folder, so fails with ENOTEMPTY - jprichardson/node-fs-extra#178
DPritu
pushed a commit
to DPritu/puppeteer-extra-plugin-user-data-dir
that referenced
this issue
Sep 30, 2024
Without the change, `fse.removeSync` only works with empty folder, so fails with ENOTEMPTY - jprichardson/node-fs-extra#178
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got the following error when running
fs.removeSync()
on Windows:The text was updated successfully, but these errors were encountered: