-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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] Failed to install tauri v2.0 #9675
Labels
Comments
I just updated dependencies with error[E0425]: cannot find function `apply_metadata` in module `schemars::_private`
--> /home/brainless/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-utils-2.0.0-beta.13/src/config.rs:216:27
|
216 | schemars::_private::apply_metadata(
| ^^^^^^^^^^^^^^ not found in `schemars::_private`
error[E0425]: cannot find function `apply_metadata` in module `schemars::_private`
--> /home/brainless/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-utils-2.0.0-beta.13/src/config.rs:223:27
|
223 | schemars::_private::apply_metadata(
| ^^^^^^^^^^^^^^ not found in `schemars::_private` I am using Tauri v2 ( I tried creating a new project with |
can confirm, just got hit by that approximately at the same time as you. pnpm install @tauri-apps/cli@next @tauri-apps/api@next
pnpm create tauri-app --beta
# because Android Studio and other crap
$env:NDK_HOME="C:\Users\user\AppData\Local\Android\Sdk\ndk\27.0.11718014"
pnpm tauri android init
pnpm tauri android dev |
Got the same error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When I run
cargo install tauri-cli --version "=2.0.0-beta.15"
, I recieve an error:Reproduction
Run
cargo install tauri-cli --version "=2.0.0-beta.15"
Expected behavior
I would expect this to correctly install the tauri cli.
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: