You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
cargo tauri build
thread 'main' panicked at 'Couldn't recognize the current folder as a Tauri project. It must contain a tauri.conf.json, tauri.conf.json5 or Tauri.toml file in any subfolder.', C:\Users\User.cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-cli-1.4.0\src\helpers\app_paths.rs:74:5
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
To Reproduce
running on windows 11, conda env
The text was updated successfully, but these errors were encountered:
Describe the bug
cargo tauri build
thread 'main' panicked at 'Couldn't recognize the current folder as a Tauri project. It must contain a
tauri.conf.json
,tauri.conf.json5
orTauri.toml
file in any subfolder.', C:\Users\User.cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-cli-1.4.0\src\helpers\app_paths.rs:74:5note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceTo Reproduce
running on windows 11, conda env
The text was updated successfully, but these errors were encountered: