SOLO-5049
DependencyVersionCheckFailedSoloError — System
DependencyVersionCheckFailedSoloError
| Code | SOLO-5049 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot determine the installed version of a dependency; the message names the dependency and, when present, wraps the underlying cause (otherwise it notes the tool may not be installed or on PATH). solo checks tool versions to confirm they meet its requirements, so this means the version check could not run or its output could not be parsed.
Troubleshooting Steps
- Verify
is installed and available in your PATH - Check the installation: which
- Run solo init to install missing dependencies: solo init