-
Notifications
You must be signed in to change notification settings - Fork 47
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
EPERM on Windows when running in parallel #10
Comments
I'm having the same issue intermittently with AVA test runner when I run multiple test processes in parallel during my build. AVA uses |
I also see this issue quite frequently with nodemon where I run multiple nodemon commands in parallel (for watching several micro services). nodemon uses update-notifier, etc. |
Should be fixed by #13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
del
in parallel on our CI running on Windows, throws EPERM. I was told to create an issue here.Ref yeoman/update-notifier#68
Our stacktrace:
The text was updated successfully, but these errors were encountered: