Replies: 2 comments 1 reply
-
Hmm, 3 questions to start with:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just start a new project using this guide: https://tauri.app/v1/guides/getting-started/setup/sveltekit#create-the-frontend.
Setup all steps from this guide but when I try to run
pnpm tauri dev
I got this error:https://gist.github.com/mateusfg7/e69c4db96d7fd3ed32a092f63c1487da
Package Manager: PNPM 8.8.0
Rust: rustc 1.75.0 (82e1608df 2023-12-21)
Svelte: 5.0.0-next31
Typescript: 5.3.3
SO: Manjaro Linux x86_64
Kernel: 6.1.64-1-MANJARO
DE: GNOME 45.1
I got the same error when trying to start the app from
pnpm create tauri-app
generated app.Svelte: 4.2.8
The error persist with a React app generated with
pnpm create tauri-app
.Looks like the error is related with a missing lib.
Beta Was this translation helpful? Give feedback.
All reactions