build: specify a high network timeout in root .yarnc

Yarn can be sensitive to timeouts when downloading large-ish packages that
aren't in its cache, e.g. `@reactivex/rxjs`. Specify a high-timeout in the root
`.yarnrc` to workaround `yarn install` hanging indefinitely and reporting
network connection errors, which seems to be experienced more frequently on
Windows than on Linux or macOS. Note: this is probably buggy behavior on yarn's
part.
This commit is contained in:
Michael Bradley, Jr 2019-02-14 01:05:33 -06:00 committed by Michael Bradley
parent 57445d0819
commit 756a916428
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
--*.scripts-prepend-node-path true
--install.check-files true
--install.network-timeout 600000