无法使用nodejs安装sqlite3

时间:2019-06-27 12:46:56

标签: node.js npm-install node-sqlite3 node-pre-gyp

我只需要为电子应用安装sqlite3。我在安装它时遇到了问题。它只是不会安装,有时会在node-pre-gyp上出错。

我在Windows 10上并重新安装了节点。我只是无法正常工作,已经过了几天。

我已经困扰了好几天,发现遇到类似问题的人,并尝试了他们所做的一切,但无济于事。

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Pre-built binaries not installable for sqlite3@4.0.9 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error connect ETIMEDOUT 52.216.86.179:443
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: connect ETIMEDOUT 104.20.23.46:443

我只想安装它

要从混合物中取出电子,看看它是否只是sql lite 3,我创建了一个新项目并验证它是sql lite 3

0 个答案:

没有答案