I enter cargo create-tauri-app
fill in the questions and after selecting the UI template I get this error:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/alireza/.cargo/registry/src/github.com-1ecc6299db9ec823/create-tauri-app-2.6.3/src/template.rs:209:18
stack backtrace:
0: rust_begin_unwind
at /rustc/e092d0b6b43f2de967af0887873151bb1c0b18d3/library/std/src/panicking.rs:584:5
1: core::panicking::panic_fmt
at /rustc/e092d0b6b43f2de967af0887873151bb1c0b18d3/library/core/src/panicking.rs:142:14
2: core::panicking::panic
at /rustc/e092d0b6b43f2de967af0887873151bb1c0b18d3/library/core/src/panicking.rs:48:5
3: core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut
4: create_tauri_app::template::Template::render
5: create_tauri_app::run
6: cargo_create_tauri_app::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
I enter
cargo create-tauri-appfill in the questions and after selecting the UI template I get this error: