question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Electron 3 support

See original GitHub issue

Couldn’t get electron-rebuild to work with the latest electron 3. but it worked flawlessly with the latest electron 2. So i guess electron 3 is not supported yet. Is there any other tool than electron-rebuild to build SQLite module for electron 3 or i should change my db for this project? When electron-rebuild is going to support electron 3?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
MarshallOfSoundcommented, Oct 29, 2018

@P0oOOOo0YA You need sqlite3@^4.0.0 in order to support node 10 which Electron@3 uses internally.

0reactions
P0oOOOo0YAcommented, Oct 29, 2018

@MarshallOfSound thanks as you and @shiftkey suggested i didn’t have the required version of native module. this is how i solved my issue:

yarn add sqlite3@^4.0.0
Read more comments on GitHub >

github_iconTop Results From Across the Web

Electron 3.0.0
The Electron team is excited to announce that the first stable release of Electron 3 is now available from electronjs.org and via npm ......
Read more >
Electron | endoflife.date
Release Released Supported 22 3 weeks and 3 days ago. (29 Nov 2022) Ends in 6 months. (07 Jul 2023) 21 2 months and 4...
Read more >
electron/support.md at main - docs - GitHub
electron : Build cross-platform desktop apps with JavaScript, HTML, and CSS - electron/support.md at main · electron/electron.
Read more >
Electron 3 Release Increases Stability
The Electron team recently announced the release of version 3 of Electron. ... including support for reading massive files, better APIs for man....
Read more >
electron - npm
electron. TypeScript icon, indicating that this package has built-in type declarations · Installation · Platform support · Quick start & Electron ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found