-
Notifications
You must be signed in to change notification settings - Fork 65
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
Intermittent EPERM issues using npm link #1437
Comments
Will take a look. |
Hi Darren, I did some tests and got more or less consistent successful results on I'm not sure about the reason it works "better" on Visual Studio 2017 image - maybe because it's based on Windows Server 2016 and built-in antivirus (Windows Defender) is explicitly disabled there. Maybe it's because of some underlying improvements in Hyper-V hypervisor/drivers (VS 2017 VMs run on Windows Server 2016 DC). Anyway, you can run on |
Tests are passing now! Thanks for the help Feodor, much appreciated! |
Unfortunately, the build from my repo succeeded but the pull request didn't. Noticed that the error is the same error in one of your build while you were trying VS2017. Do you have an idea of what that might be? |
It might be something module-specific. In the most cases it's racing condition. |
Ok closing this issue then. Thanks a lot! |
Am trying to resolve an issue with a build failing for https://github.com/facebookincubator/create-react-app for branch
0.9.x
. I've been trying to fix it on my fork https://github.com/darrenscerri/create-react-app.The build fails nearly every time at the same place, but occasionally passes for the same commit.
Failure:
Pass:
AppVeyor: https://ci.appveyor.com/project/darrenscerri/create-react-app
The text was updated successfully, but these errors were encountered: