gpt4 book ai didi

node.js - electron sqlite3 未捕获错误 : Cannot find module

转载 作者:搜寻专家 更新时间:2023-11-01 00:06:30 25 4
gpt4 key购买 nike

我在 Mac OS 中构建了一个 Electron 应用程序,当我尝试导出适用于 Windows 的程序包并尝试运行它时,它会抛出以下错误:

Error Screenshot

我的应用程序使用 sqlite3,我使用以下命令安装了 sqlite:

npm install sqlite3 --build-from-source

我的 NODE_PATH 也设置为 node_modules 文件夹,也尝试了以下命令:

npm install --save-dev electron-rebuild

# Every time you run "npm install", run this
./node_modules/.bin/electron-rebuild

但是我仍然无法在 electron 的 windows 上运行 sqlite3

最佳答案

sqlite3依赖于node-pre-gyp,所以你需要使用workaround在为 Electron 构建 sqlite3 时在 electron-rebuild 中提供。

关于node.js - electron sqlite3 未捕获错误 : Cannot find module,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36176301/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com