yewstack / yew

Rust / Wasm framework for creating reliable and efficient web applications

Home Page:https://yew.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot run yew app

dhrubrawat66 opened this issue · comments

  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)
commented

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