-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Describe the problem
I'm new to Tauri and was attempting to run the template (yarn + react).
Because I was running an older version of Cargo, the build failed, but because the rust build output gets replaced by the yarn build, the issue wasn't easy to work out.
Describe the solution you'd like
Ideally, if the 'edition' in Cargo.toml is too new, the yarn build wouldn't get run, so that you could see the error in the output.
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable