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

cnpm install images 的时候提示下载不了这个 win32-x64-72_binding.node这个文件。怎么办? #198

Closed momobeizi closed 4 years ago

momobeizi commented 4 years ago

Downloading binary from https://github.com/zhangyuanwei/node-images/releases/download/v3.0.2/win32-x64-72_binding.node Cannot download "https://github.com/zhangyuanwei/node-images/releases/download/v3.0.2/win32-x64-72_binding.node":

HTTP error 404 Not Found

g8up commented 4 years ago

确认下 node 版本是否符合要求

momobeizi commented 4 years ago

确认下节点版本是否符合要求 需要node什么版本的?我的是V12.12.0版本的node

shencyber commented 4 years ago

不支持node10以上的吧

zhengshifei commented 4 years ago

赶紧支持node12啊

g8up commented 4 years ago

@momobeizi 首页文档: https://github.com/zhangyuanwei/node-images#support-%E6%94%AF%E6%8C%81%E6%83%85%E5%86%B5

kevinkenken commented 4 years ago

node_modules/images/vendor/darwin-x64-72 这文件夹内 把darwin-x64-67.binding.node复制进去改名binding.node 就可以使用了 mac上调试不影响

oxUnd commented 4 years ago

209