-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Bug: react-scripts 4.0.1 : EBUSY: resource busy or locked, open 'C:\...\project\.eslintcache #10146
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
Comments
You may want to file this in the |
Thanks for your answer Seems environmental because it works on some machines but not on some others. Very complex to identify. So let's close this ticket |
same problem |
I reopened because it happen less often when I disable my Antivirus (Sophos) but it still have the issue sometimes |
No way to reproduce the issue with "eslint --cache ." Happen only when launched from react-script. Is react-script launch multiple times eslint? |
Facing the same issue, and my colleagues the same. This happened after the upgrade to version 4.0.1 |
Any updates on this? Same issue here. |
No, I never solved the issue |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
An error is emit after a yarn start (same with yarn build)
EBUSY: resource busy or locked, open
C:\...\project\.eslintcache
Seems there is a concurential read/write on this file
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
Environment
Steps to reproduce
Expected behavior
yarn start works :)
Actual behavior
Reproducible demo
It's the difficult part.
The issue happen only on Windows (Due to a windows file locking) and when the project contains a lot of files
So, create a minimal project is hard and I cannot give you the project of my company
The text was updated successfully, but these errors were encountered: