mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
315 B
315 B
Common Issues
- Playwright failures: Use
yarn --mode=skip-buildduring installation - Network timeouts: Retry commands; common in restricted environments
- Build failures: Run
yarn build:libsafter dependency changes - Type errors: Allow sufficient time for
yarn type-check(10-15 minutes)