⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-4077
ConfirmationRequiredSoloError — Validation
ConfirmationRequiredSoloError
| Code | SOLO-4077 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an action requires interactive confirmation but solo cannot ask for it (for example when running with –quiet or –force, or in a non-interactive environment such as CI). Rather than proceed without the user’s consent, solo refuses and asks the user to confirm interactively.
Troubleshooting Steps
- Re-run the command interactively (without –quiet or –force) so the confirmation prompt can be shown