You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, this is pretty annoying. I run into problems with node-gyp via yarn every few days because of #1874 and can't work around it with CHILD_CONCURRENCY because it doesn't do anything per this issue.
There is a child_concurrency configuration (see https://yarnpkg.com/en/docs/envvars#child_concurrency- and https://yarnpkg.com/en/docs/yarnrc#child-concurrency-) but it is apparently not taken into account.
See https://github.com/yarnpkg/yarn/blob/2f0eb8eace4c19c5e4606176371782c60bc7e0e7/src/util/child.js where the constant is used instead of the configuration.
I'm having problems either with #1874 or #3728 and this is preventing me from working around it I think…
The text was updated successfully, but these errors were encountered: