-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Error fetching dependencies in node >= 8 #3703
Comments
I've made a test repo in which I'm able to very consistently reproduce this error |
Can I help on this? I also have some other issues related to node 8.. should we build everything for node 8 too? For everything I mean:
|
@ebitonte I cannot reproduce with latest master with node FYI I had to replace all your internal npm mirror paths with |
Closing since the author did not respond to our requests for more info. @ebitonte feel free to reopen this if you can provide more information and can reproduce the issue. |
I am also having the same issue with a project with a large number of dependencies. I've also reproduced the same issue using @ebitonte's test repo (after removing the yarn.lock) On three separate runs it failed on different packages. yarn v0.27.5 Edit: Yarn successfully installed the dependencies after I rolled back node to v6.11.2 |
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
When running
yarn
with a clean cache on node v8.1.2, receive an error duringFetching packages
with the following message:This behavior is inconsistent, and appears to be a race condition within node 8.
If the current behavior is a bug, please provide the steps to reproduce.
Within a project (with a large number of dependencies so as to increase chances of hitting race condition...)
What is the expected behavior?
Successful fetching of all packages 😄
Please mention your node.js, yarn and operating system version.
node:
8.1.2
yarn:
0.24.6
,0.23.4
MacOS:
10.12.5
The text was updated successfully, but these errors were encountered: