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

macbook m1 引入模块报错 #229

Open sunkebkn8 opened 3 years ago

sunkebkn8 commented 3 years ago

如题

sunkebkn8 commented 3 years ago

/Users/kesun/testdemo/imgInWord/node_modules/images/scripts/binding.js:21 throw new Error('Not found ' + binaryPath + loadErrorMessage); ^

Error: Not found /Users/kesun/testdemo/imgInWord/node_modules/images/vendor/darwin-arm64-binding.node , You can rebuild it, to directory /Users/kesun/testdemo/imgInWord/node_modules/images, Run node-gyp rebuild Command.

EdwardLi-coder commented 11 months ago

我的也是这个错 大佬解决了吗?