bun-server-troubleshooting
Installation
SKILL.md
Bun Server Troubleshooting
Dependency Injection Issues
"Parameter type is undefined" Error
Symptom:
Error: Cannot resolve dependency at index 0 of MyController.
Parameter type is undefined. Use @Inject() decorator to specify the dependency type.
Causes:
- Missing
tsconfig.jsonconfiguration - Monorepo root missing
tsconfig.json - Debug plugin not reading
tsconfig.json
Solution: