mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
756a916428
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.
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
--*.scripts-prepend-node-path true
|
|
--install.check-files true
|
|
--install.network-timeout 600000
|