---
name: trezor/common-issues
source: https://app.decimal.ai/s/trezor-common-issues@1/SKILL.md
source_sha256: a35ddb75cb60
---

# Common Issues

- **Playwright failures**: Use `yarn --mode=skip-build` during installation
- **Network timeouts**: Retry commands; common in restricted environments
- **Build failures**: Run `yarn build:libs` after dependency changes
- **Type errors**: Use the narrowest available TypeScript check; reserve broader checks for final validation