Description:
I'm using electron 14.0.0 and latest version of better-sqlite3 package.
However, when I try to run my app I get the following error:
Compiling Renderer Code[13984:0903/144946.475:ERROR:crashpad_client_win.cc(808)] not connected
And my app exits.
Steps to reproduce:
- use
npx create-electron-app --template="webpack to create/initialize a fresh new electron app with ElectronForge.
- Now execute
npm install better-sqlite3.
- Require better-sqlite3 in your main.js file: (let db = require("better-sqlite3");)
- Now execute npm start and observe.
- The app will throw the error such as:
Compiling Renderer Code[13984:0903/144946.475:ERROR:crashpad_client_win.cc(808)] not connected
(This error doesn't come if we use Electron 13.3.0)
@JoshuaWise
Description:
I'm using electron 14.0.0 and latest version of better-sqlite3 package.
However, when I try to run my app I get the following error:
Compiling Renderer Code[13984:0903/144946.475:ERROR:crashpad_client_win.cc(808)] not connected
And my app exits.
Steps to reproduce:
npx create-electron-app --template="webpackto create/initialize a fresh new electron app with ElectronForge.npm install better-sqlite3.Compiling Renderer Code[13984:0903/144946.475:ERROR:crashpad_client_win.cc(808)] not connected
(This error doesn't come if we use Electron 13.3.0)
@JoshuaWise