到这里,没有报错信息,所有环境都安装好了, 最后我们输入 npm i 安装 package.json里面准备好的 ffi-napi PS D:\pratDemo\node_demo\node_dll> npm i npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old ...
Cannot load shared object file (.so in linux) when setting process.env.LD_LIBRARY_PATH in nodejs. OS: debian_9.9.0_amd64 NODE: v12.9.1 ffi-napi: 2.4.5 code, test.js const ffi = require('ffi-napi') const libPath = '/home/app/resources' pr...
Hi My app runs fine under AWS Platform Node.js 16 but under 18 I get this error when the app starts up: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /var/app/current/node_modules/ffi-napi/build/Release/ffi_bindi...