You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pnpm): allow EBUSY when deleting node_modules (#6826)
## What's the problem this PR addresses?
EBUSY should be allowed, if `node_modules` is an active docker
mountpoint where rmdir attempts to unmount it which fails because there
are open files.
Closes#4373#4974#4259#1184#4172
## How did you fix it?
Allow EBUSY to not block "clearing" node_modules.
## Checklist
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [ ] I have set the packages that need to be released for my changes to
be effective.
- [ ] I will check that all automated PR checks pass before the PR gets
reviewed.
---------
Co-authored-by: Maël Nison <[email protected]>
0 commit comments