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
`success Installed "[email protected]" with binaries:
- create-tauri-app
✔ Choose your package manager · cargo
error: the svelte template is not suppported for the cargo package manager
possible templates for cargo are: [vanilla, yew]
error Command failed.
Exit code: 1
`
The text was updated successfully, but these errors were encountered:
Svelte doesn't work with Cargo as the package manager as described in the error, you have to choose another package manager if you want to use Svelte or use another template that works with cargo, such as vanilla and yew.
I think you invoked the cli like this cargo create-tauri-app --template svelte and this is the second time someone has went this same path so I think I need to only prompt the supported package manager for the template.
`success Installed "[email protected]" with binaries:
- create-tauri-app
✔ Choose your package manager · cargo
error: the svelte template is not suppported for the cargo package manager
possible templates for cargo are: [vanilla, yew]
error Command failed.
Exit code: 1
`
The text was updated successfully, but these errors were encountered: