How to increase the timeout for `yarn install`
Try using the network-timeout
flag with a delay in milliseconds, like this:
yarn install --network-timeout 1000000000
You can configure it with this:
yarn config set network-timeout 600000 -g
Try using the network-timeout
flag with a delay in milliseconds, like this:
yarn install --network-timeout 1000000000
You can configure it with this:
yarn config set network-timeout 600000 -g