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
After creating an app with the pnpm create tauri-app some information are displayed about missing dependencies in PATH. Command for Tauri CLI is not a valid command for a CMD console on Windows. It shouldn't be wrapped into ' characters
Reproduction
Uninstall tauri-cli, trunk, and wasm32-unknown-unknown target
Open CMD
Paste pnpm create tauri-app
Press enter
Expected behavior
The row with Tauri CLI should display in the CMD command as that: cargo install tauri-cli --version ^2.0.0 --locked
Describe the bug
After creating an app with the
pnpm create tauri-app
some information are displayed about missing dependencies in PATH. Command for Tauri CLI is not a valid command for a CMD console on Windows. It shouldn't be wrapped into'
charactersReproduction
pnpm create tauri-app
Expected behavior
The row with Tauri CLI should display in the CMD command as that:
cargo install tauri-cli --version ^2.0.0 --locked
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: