Replies: 1 comment 4 replies
-
Yeah, you probably unplug the package since we indeed download the rust pre-built binary in the package folder. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that it isn't officially supported. But I wanted to see if I'm the only one experiencing the issue.
When running
yarn tauri:serve
I get the following error:I guess the command tries to download the Rust client into the package location. But since it's using pnp, the location is actually a zip file and access is only provided as read-only.
Beta Was this translation helpful? Give feedback.
All reactions