wiring/dependency
check: wiring/dependency · error_code: E-WIRE-005 · doctor exits: 1
What you’re seeing
Every other wiring check can look plausible in your source and this one still fails, because it checks the manifest, not the code.Why
Doctor readpackage.json and found neither @vendoai/vendo nor vendoai
in dependencies or devDependencies. Nothing is actually installed.
The fix
Install the package. Either name works; both ship the samevendo bin.
npx vendo doctor once the install finishes.
Related errors
- E-WIRE-011: the dependency is declared but not resolvable from the app
- E-WIRE-001: the server side of the wiring this dependency backs
- E-WIRE-007: the same missing-wiring check on an unrecognized framework