bash
Back to Snippets
Yarn Network Timeout Fix
Increase Yarn's network timeout for slow connections.
bash
yarn install --network-timeout 600000
Set to 600 seconds (10 minutes). Useful on slow or unstable network connections where the default 30-second timeout causes failures.