Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the command zzhack serve meet a problem #4

Open
kyrosle opened this issue Mar 7, 2023 · 3 comments
Open

the command zzhack serve meet a problem #4

kyrosle opened this issue Mar 7, 2023 · 3 comments

Comments

@kyrosle
Copy link

kyrosle commented Mar 7, 2023

image

i am using in window11 pc.

@mistricky
Copy link
Member

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

@brightmann
Copy link

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

如何解决?

@mistricky
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants