⚠️ 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-4004
ConsensusNodeCountRequiredError — Validation
ConsensusNodeCountRequiredError
| Code | SOLO-4004 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when the consensus node count flag is required but missing; the message names the flag and the phase in which it is needed. solo needs to know how many consensus nodes to act on, so this means the flag must be supplied at that phase.
Troubleshooting Steps
- Specify the number of consensus nodes using the –
flag, e.g. – 3