Configure efficient local development workflow for Lindy AI agent development.
lindy-install-auth setupFor detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
| ts-node not found | Dev deps missing | npm install -D ts-node |
| ENV not loaded | dotenv not configured | Add import 'dotenv/config' |
| Type errors | Missing types | npm install -D @types/node |
Proceed to lindy-sdk-patterns for SDK best practices.