tauri-plugin-sql icon indicating copy to clipboard operation
tauri-plugin-sql copied to clipboard

Unable to run examples

Open sc00 opened this issue 3 years ago • 0 comments

Hi,

I have troubles using the plugin with SvelteKit. Despite using an init function (like shown in the example) in the onMount-Hook, I get an error of "window is not defined".

I was therefore trying to run the example in dev in order to learn from it. If I try to npm install, I get an error of "npm ERR! Unsupported URL Type "link:": link:../.." though. How can I start a dev server?

Thanks and cheers

sc00 avatar Jul 27 '22 12:07 sc00