zupzup / rust-frontend-example-yew

Example of using Yew to build a frontend application in Rust
Apache License 2.0
26 stars 5 forks source link

Can't run #1

Open Gnog3 opened 1 year ago

Gnog3 commented 1 year ago

Running with trunk build i get

2023-07-06T06:25:08.691262Z  INFO 📦 starting build
2023-07-06T06:25:08.692900Z  INFO spawning asset pipelines
2023-07-06T06:25:09.144681Z  INFO building rust-frontend-example-yew
   Compiling proc-macro2 v1.0.63
   // compiling all crates
   Compiling yew-router v0.15.0
   Compiling rust-frontend-example-yew v0.1.0 (C:\Users\gnog\Desktop\project\rust-frontend-example-yew-main)
    Finished dev [unoptimized + debuginfo] target(s) in 40.72s
2023-07-06T06:25:50.070551Z  INFO fetching cargo artifacts
2023-07-06T06:25:50.294978Z ERROR ❌ error
error from HTML pipeline

Caused by:
    0: error from asset pipeline
    1: cargo artifacts not found for target crate
Error: error from HTML pipeline

Caused by:
    0: error from asset pipeline
    1: cargo artifacts not found for target crate
pusateri commented 1 year ago

Same. I tried this example and the fullstack-rust-example on linux and macos and same error all places.