yewstack / yew

Rust / Wasm framework for creating reliable and efficient web applications
https://yew.rs
Apache License 2.0
30.5k stars 1.42k forks source link

cannot run yew app #3247

Closed dhrubrawat66 closed 1 year ago

dhrubrawat66 commented 1 year ago

1) i generate the yew app by using yew template cargo generate --git https://github.com/yewstack/yew-trunk-minimal-template 2)trunk serve the error is a beloow Screenshot 2023-04-27 173021 None: - rust version is ->cargo 1.69.0 (6e9a83356 2023-04-12)

ranile commented 1 year ago

This is not a Yew bug, it's a bug with Trunk, which fails to spawn the dev-server. To compare this to JS world, this would be the equivalent of Vite (or Webpack) bug.

I'm going to close this. Please file this issue at thedodd/trunk