⚠️ 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-4020
WrapsVersionConstraintSoloError — Validation
WrapsVersionConstraintSoloError
| Code | SOLO-4020 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when --wraps is used with a consensus node version below the minimum required; the message names the minimum version. WRAPs support requires a sufficiently new node version, so this means the selected version is too old.
Troubleshooting Steps
- Upgrade consensus node first: solo consensus network upgrade –upgrade-version
- Or disable WRAPs: solo consensus network deploy –wraps false