Thank you for your excellent combination of both Ionic and Electron.
I need to use SQLite3, which is installed at desktop, in Ionic by Node.js. So I installed node modules by "npm install sqlite3 @ types/sqlite3" and coded like below:

But, Runtime error comes out like below:

Do you have any idea to solve this error? Thank you.