jetli / create-yew-app

Set up a modern Yew web app by running one command.
https://jetli.github.io/create-yew-app/
Apache License 2.0
164 stars 13 forks source link

Trunk not found? #27

Open AlexSCFraser opened 7 months ago

AlexSCFraser commented 7 months ago

Trying to follow the basic set up but I keep getting this error:

Trunk is required, see: https://trunkrs.dev

I have installed trunk via cargo, and I can run it with trunk -V to get version number or help, etc. I also added the runtime with rustup target add wasm32-unknown-unknown. Tried restarting my shell in case it was some kind of path error or something but that didn't help. Not sure what my next step is here to get it working.

jetli commented 7 months ago

have you tried the latest version? npx create-yew-app@latest my-app