Can't run backend locally #49

Open
opened 2026-03-11 13:01:14 +00:00 by ehab · 0 comments

Title
Error when running cargo run --bin herozero-server – missing bin target

Description
While trying to run Hero OS locally, I encountered an error when executing the command:

cargo run --bin herozero-server

Cargo reports that the binary target herozero-server does not exist.

Error message

error: no bin target named `herozero-server` in default-run packages
help: available bin targets:
    hero_services
    hero_services_server
    hero_services_ui

Steps to reproduce

  1. Clone the repository
  2. Navigate to hero_services
  3. Run:
cargo run --bin herozero-server

Expected behavior

The command should start the Hero Zero server locally.

Actual behavior

Cargo returns an error indicating that the herozero-server binary target does not exist.

Environment

  • OS: Ubuntu (WSL)
  • Rust: stable
  • Running locally for development / UI testing

Question

Is herozero-server still a valid binary target, or has it been renamed to hero_services_server?

**Title** Error when running `cargo run --bin herozero-server` – missing bin target **Description** While trying to run Hero OS locally, I encountered an error when executing the command: ``` cargo run --bin herozero-server ``` Cargo reports that the binary target `herozero-server` does not exist. **Error message** ``` error: no bin target named `herozero-server` in default-run packages help: available bin targets: hero_services hero_services_server hero_services_ui ``` **Steps to reproduce** 1. Clone the repository 2. Navigate to `hero_services` 3. Run: ``` cargo run --bin herozero-server ``` **Expected behavior** The command should start the Hero Zero server locally. **Actual behavior** Cargo returns an error indicating that the `herozero-server` binary target does not exist. **Environment** * OS: Ubuntu (WSL) * Rust: stable * Running locally for development / UI testing **Question** Is `herozero-server` still a valid binary target, or has it been renamed to `hero_services_server`?
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_services#49
No description provided.