⚠️ 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-4007
LocalBuildMissingSubdirectoriesSoloError — Validation
LocalBuildMissingSubdirectoriesSoloError
| Code | SOLO-4007 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when a local build path is missing the required apps and lib subdirectories; the message names the path. solo expects a local platform build to contain both, so this means the path does not point at a complete build.
Troubleshooting Steps
- Verify the directory structure: ls -la
- Ensure the path points to the data/ directory of the Hedera platform build
- Expected layout:
/apps/.jar and /lib/ .jar (set via –local-build-path)