create-tauri-app
create-tauri-app copied to clipboard
[docs] No warning for missing tauri-cli when chosing .Net as frontend
npm create tauri-app@latest- Select .net as frontend
- Run
cargo tauri devget
cargo tauri dev 14:31:59
error: no such command: `tauri`
Did you mean `miri`?
View all installed commands with `cargo --list`
Find a package to install `tauri` with `cargo search cargo-tauri
You may have missed this part of the docs
Once completed, the utility reports that the template has been created and displays how to run it using the configured package manager. If it detects missing dependencies on your system, it prints a list of packages and prompts how to install them.
Normally create-tauri-app would tell you that the tauri cli is missing but it seems to skip that for .net projects. I'll move this to the create-tauri-app repo.