workaround for yarn install too slow under the GFW env #5317
Unanswered
howel52
asked this question in
Show and tell
Replies: 1 comment
-
Hey! There is really not a lot we can do as the machines used to run containers are hosted in Europe and are not serverless based so they are not available in many different localtions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
yarn install
is too slow under the GFWTwo step to solve this problem:
{ ... "resolutions": { + "bin-wrapper": "npm:bin-wrapper-china" } }
Beta Was this translation helpful? Give feedback.
All reactions