简体   繁体   中英

How can I solve this error of Sqlite3 with Electron?

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM