zzhack-cli icon indicating copy to clipboard operation
zzhack-cli copied to clipboard

the command `zzhack serve` meet a problem

Open kyrosle opened this issue 2 years ago • 4 comments

image

i am using in window11 pc.

kyrosle avatar Mar 07 '23 11:03 kyrosle

Thx for ur issue, looks like a path compatibility issue, I'll fix it later

mistricky avatar Mar 08 '23 02:03 mistricky

hi。

我运行zzhack serve也 遇到错误: $ zzhack serve ⠁

use router::RootRoutes;

pub struct Page {
    pub route: RootRoutes,
    pub name: &'static str,
}

pub const PAGES: [Page; 1] = [
    Page {
        route: RootRoutes::Home,
        name: "wiki"
    }
];

✅Apply config thread 'main' panicked at C:\Users\12799.cargo\registry\src\index.crates.io-6f17d22bba15001f\zzhack-0.1.5\src/main.rs:86:18: called Result::unwrap() on an Err value: Error { kind: NotFound, message: "program not found" } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

如何解决?

brightmann avatar Nov 06 '24 04:11 brightmann

Hi 谢谢问题反馈,当下 zzhack 正在重构,会有 break change 和大规模的改动,可能会以不一样的方式面向大家,请耐心等待

mistricky avatar Nov 06 '24 11:11 mistricky

2025年了,期待~

muccichung avatar Feb 22 '25 11:02 muccichung