Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create project with selected template ( v. 2.6.0) #208

Closed
DmitrySorda opened this issue Oct 7, 2022 · 1 comment
Closed

Unable to create project with selected template ( v. 2.6.0) #208

DmitrySorda opened this issue Oct 7, 2022 · 1 comment

Comments

@DmitrySorda
Copy link

`success Installed "create-tauri-app@2.6.0" 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
`

@amrbashir
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants