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
The text was updated successfully, but these errors were encountered:
Why does rimraf not delete the file? Because it does not retry EPERM errors while fs.promises.rm does. Confirmed while debugging as per here:
EPERM
https://github.com/isaacs/rimraf/blob/81c631e8e27303ad7aa1f8de319463825b6ac7fc/src/retry-busy.ts#L26
Sorry, something went wrong.
chore: get rid of rimraf package (#27790)
5f36608
This seems more reliable nowadays as rimraf. #27712 --------- Signed-off-by: Max Schmitt <[email protected]>
chore: get rid of rimraf package (microsoft#27790)
96367f4
This seems more reliable nowadays as rimraf. microsoft#27712 --------- Signed-off-by: Max Schmitt <[email protected]>
dgozman
mxschmitt
No branches or pull requests
The text was updated successfully, but these errors were encountered: