I’ve been trying to install sqlite3
module in electron but I always got the error message:
I tried to use the line:
npm install sqlite3 --build-from-source --runtime=electron --target=1.7.6 --dist-url=https://atom.io/download/electron
and it returned the error on the image. How can I solve this?