Replies: 1 comment 1 reply
-
@RichySano You must use @capacitor-community/electron to get the @capacitor-community/sqlite plugin with Electron. I do not think it will be an issue to update the @capacitor-community/electron to Electron 33.0.2. Have you tried it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to use this capacitor with Nuxt v3.13 with nuxt-electron and @nuxtjs/ionic plugins.
So i use the last version of Electron 33.0.2.
When i use this capacitor in main process of electron i've the following error :
SQLite Error: Error: The jeep-sqlite element is not present in the DOM! Please check the @capacitor-community/sqlite documentation for instructions regarding the web platform.
at i.ensureJeepSqliteIsAvailable (file:///C:/Users/richa/OneDrive/Bureau/test-electron/dist-electron/web-DVZPEbOx.js:315:13)
at i.echo (file:///C:/Users/richa/OneDrive/Bureau/test-electron/dist-electron/web-DVZPEbOx.js:47:17)
at file:///C:/Users/richa/OneDrive/Bureau/test-electron/dist-electron/main-rBiB6DTB.js:66:23
at async file:///C:/Users/richa/OneDrive/Bureau/test-electron/dist-electron/main-rBiB6DTB.js:380:15
I don't want to use capacitor-community/electron which use an older version of electron.
My project is already running on Web, Electron, Android and Iphone but i want to use SQLite.
If you can guide me in the way to follow
Thank ou
Beta Was this translation helpful? Give feedback.
All reactions