Replies: 2 comments 3 replies
-
解决了,下了develop版本的来建docker,里面的使用的node_sqlite3.node 有bug,换成TryGhost/node-sqlite3的就没问题了。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
可以安装下 git+https://github.com/whyour/node-sqlite3.git#v1.0.2 这个版本,看还有问题没 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
操作系统是 ARMBIAN 5.44 user-built Ubuntu 18.04.6 LTS 3.14.29 ,S905芯片的盒子
http访问出现如下错误页面,可以解决方案?
$pm2 logs panel
2023-02-04T18:56:46: Error: Error relocating /ql/node_modules/.pnpm/github.com+whyour+node-sqlite3@9be8123ad9c2b1e028e4dd61150db710bd7dd9cf/node_modules/@whyour/sqlite3/lib/binding/napi-v6-linux-arm64/node_sqlite3.node: _ZSt28__throw_bad_array_new_lengthv: symbol not found
2023-02-04T18:56:46: at Object.Module._extensions..node (node:internal/modules/cjs/loader:1210:18)
2023-02-04T18:56:46: at Module.load (node:internal/modules/cjs/loader:1004:32)
2023-02-04T18:56:46: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
2023-02-04T18:56:46: at Module.require (node:internal/modules/cjs/loader:1028:19)
2023-02-04T18:56:46: at Module.Hook._require.Module.require (/root/.local/share/pnpm/global/5/.pnpm/[email protected]/node_modules/require-in-the-middle/index.js:101:39)
2023-02-04T18:56:46: at require (node:internal/modules/cjs/helpers:102:18)
2023-02-04T18:56:46: at Object. (/ql/node_modules/.pnpm/github.com+whyour+node-sqlite3@9be8123ad9c2b1e028e4dd61150db710bd7dd9cf/node_modules/@whyour/sqlite3/lib/sqlite3-binding.js:4:17)
2023-02-04T18:56:46: at Module._compile (node:internal/modules/cjs/loader:1126:14)
2023-02-04T18:56:46: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
2023-02-04T18:56:46: at Module.load (node:internal/modules/cjs/loader:1004:32) {
2023-02-04T18:56:46: code: 'ERR_DLOPEN_FAILED'
2023-02-04T18:56:46: }
Beta Was this translation helpful? Give feedback.
All reactions