I want to develop desktop app using electron that uses sqlite3 package installed via npm with the command
npm install --save sqlite3
but it
You can manually build the native modules using visual studio.
In package.json create a script. "scripts": { "postinstall": "install-app-deps" }
then run the script.