Running cargo create-tauri-app -t vue-ts myapp results in the following error:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "Empty list of items given to `Select`" }', /home/jon/.cargo/registry/src/index.crates.io-6f17d22bba15001f/create-tauri-app-3.6.0/src/lib.rs:175:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This happens with other templates but not all (for example, svelte and vue work fine).
I'm using version 3.6.0.
Running
cargo create-tauri-app -t vue-ts myappresults in the following error:This happens with other templates but not all (for example,
svelteandvuework fine).I'm using version 3.6.0.