zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.55k stars 204 forks source link

现在linux环境下node版本10还是应用失败的 #204

Closed smallbad closed 4 years ago

smallbad commented 4 years ago

现在linux环境下node版本10还是应用失败的,我看您之前有说更新,想请教一下如何才能在10上应用呢

oxUnd commented 4 years ago

209

freekingg commented 3 years ago

node: symbol lookup error: /app/imagemin/node_modules/images/vendor/linux-x64-binding.node: undefined symbol: reallocarray

centos node v14.15.1 我的也不行

oxUnd commented 3 years ago

看上去是 centos 缺乏必要的 so

ldd /app/imagemin/node_modules/images/vendor/linux-x64-binding.node 看输出啥?

记忆的时间差 @.***> 于2021年8月17日周二 下午3:30写道:

node: symbol lookup error: /app/imagemin/node_modules/images/vendor/linux-x64-binding.node: undefined symbol: reallocarray

centos node v14.15.1 我的也不行

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/204#issuecomment-900063287, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DG6KWTAJNRHELNQLJILT5IFYLANCNFSM4LOKO37Q .

BigCatGit commented 2 years ago

我也碰到这个问题了,而且是在脚本运行到一半的样子出现,过后就启动不了项目了