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

images 没有适配ARM64? #240

Open Xiphap-China opened 2 years ago

Xiphap-China commented 2 years ago

项目需要依赖 images,测试编译时报错: error: Not found /Users/xxx/.../node_modules/images/vendor/darwin-arm64-binding.node , You can rebuild it, to directory /Users/xxx/.../node_modules/images, Run node-gyp rebuild Command. 系统环境:macOS Monterey(Apple M1) 求解决办法!

nankingrider commented 2 years ago

同楼主需求

目前我尝试在 华为鲲鹏服务器( cpu 鲲鹏920, aarch64 ) 上使用, 但是编译遇到了难题 请问是否会考虑支持 linux-arm 家族呢 ?

TO lz, 我看作者已经更新了 darwin-arm64, 你用最新版试试吧

nankingrider commented 2 years ago

linux-arm64-binding.node.zip

基于华为鲲鹏920构建的 arm 版本

oxUnd commented 2 years ago

同楼主需求

目前我尝试在 华为鲲鹏服务器( cpu 鲲鹏920, aarch64 ) 上使用, 但是编译遇到了难题 请问是否会考虑支持 linux-arm 家族呢 ?

TO lz, 我看作者已经更新了 darwin-arm64, 你用最新版试试吧

这 cpu 我都没见过(尴尬

cscan commented 2 years ago

已抄了 darwin-arm64-binding.node 到 vendor,但仍不能正常運作