-
Notifications
You must be signed in to change notification settings - Fork 4
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
parallel bootstrap #10
Comments
@itaipelles - yarnpkg/yarn#683 - ouch:/ In any case afaik there is only a question when it will be resolved and not if, so let's proceed. Also given engine is configurable we can see if in parallel scenario npm works better or do some other optimizations here. |
Btw, I think this only affects the cases where your yarn install puts stuff into the global cache, so if you're bootstrapping after a previous one, and yarn doesn't have to fetch identical dependencies from the registry, it doesn't blow up. |
it works with npm now |
This one is tricky, as you have to bootstrap in respect to dependency graph, but oh well.
Working code for inspiration is: https://github.com/laurynasl-wix/wnpm/commit/444cac4d7d8542fcae5a22c7bd94a940f1ffd845 + following commits for fixes.
Execution should just be properly tdd'ed of course:)
The text was updated successfully, but these errors were encountered: