-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[bug] can't compile tauri for development #10172
Comments
The same. And my
|
pr is up, thanks for the report. |
same ques |
Is there a way to revert to the previous version of tauri? I tried changing the version in the Cargo.toml but no success. |
@gabrielalexandrelopes you have to reset Cargo.lock as well |
@doums I started from scratch:
but I'm still getting the same error. How can I reset? rm the lock file? (sorry I'm a beginner in rust) |
Alternatively just wait 10-20 minutes for CI to be done releasing the fix :) Then you can run |
Sounds good, thanks @FabianLars ! |
problem solved on tauri v1.7.1 thx |
Describe the bug
cannot find type
Command
in modulecrate::api::process
failed to resolve: could not find
Encoding
inprocess
problem occurred on latest Tauri v1.7.0 while I'm creating a new tauri project on Win11 using command
pnpm create tauri-app
same problem as #9728, and I've tried to update cargo dependencies, but nothing helpful
Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: