You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I wanted to try tauri-plugin-sql and tried todos-app(examples) locally.
But when I run yarn tauri dev, I get the following error.
$ tauri dev
`tauri.conf.json` error on `tauri > bundle > deb`: Additional property 'useBootstrapper' is not allowed
`tauri.conf.json` error on `tauri > bundle > macOS`: Additional property 'useBootstrapper' is not allowed
error Command failed with exit code 1.
I am not familiar with tauri and tauri-plugin-sql yet, is this something else I need to command?
My environment and the actual command I ran are listed below.
However, at this time, this todos-app does not seem to work yet.
(The errors are as follows)
[0] > svelte-kit dev is no longer available — use vite dev instead
[0] 1. Install vite as a devDependency with npm/pnpm/etc
[0] 2. Create a vite.config.js with the @sveltejs/kit/vite plugin (see below)
[0] 3. Update your package.json scripts to reference `vite dev` instead of `svelte-kit dev`
The cause is due to the following breaking change in @sveltejs/kit. sveltejs/kit#5332
FabianLars
changed the title
[examples:todos-app] yarn tauri dev error: Additional property 'useBootstrapper' is not allowed
[sql] [examples:todos-app] yarn tauri dev error: Additional property 'useBootstrapper' is not allowed
Feb 15, 2023
Hello!
I wanted to try
tauri-plugin-sql
and triedtodos-app(examples)
locally.But when I run
yarn tauri dev
, I get the following error.I am not familiar with
tauri
andtauri-plugin-sql
yet, is this something else I need to command?My environment and the actual command I ran are listed below.
Command executed is here.
git clone https://github.com/tauri-apps/tauri-plugin-sql.git cd tauri-plugin-sql/examples/todos-app yarn install yarn tauri dev
The text was updated successfully, but these errors were encountered: