-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Labels
bugSomething isn't workingSomething isn't workingcliRelated to the dioxus-cli programRelated to the dioxus-cli program
Description
Problem
Moving from 0.7.0-rc.0 to 0.7.0 causes the dioxus project to fail with error:
dx serve
0.482s ERROR Thread main panicked at packages/cli/src/workspace.rs:309:74:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Steps To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/newfla/rEav
- uncomment default_members in workspace Cargo.toml
- cd examples/dioxus
- dioxus --serve
Expected behavior
Normal Dioxus serving
Environment:
- Dioxus version: 0.7.0
- Rust version: 1.9.1
- OS info: macOS 26.0.1
- App platform: N.A.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcliRelated to the dioxus-cli programRelated to the dioxus-cli program