trunk-rs / trunk

Build, bundle & ship your Rust WASM application to the web.
https://trunkrs.dev/
Apache License 2.0
3.54k stars 254 forks source link

Did nothing when executed #917

Open tguichaoua opened 3 days ago

tguichaoua commented 3 days ago

I installed trunk with cargo install --locked trunk but then when I run the trunk command nothing happen, even when I put random argument like trunk blah blah.

PS C:\> trunk
PS C:\> trunk blah
PS C:\>

Then I uninstall it, clear cargo's cache and re-install it, but nothing changed.

Edit: the pre-built binary work fine.

ctron commented 3 days ago

Looks like some issue with your local cargo/rust installation?!