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 205 forks source link

Missing bindings for Linux 64-bit with Node.js 8.x #170

Closed aybmab closed 4 years ago

aybmab commented 5 years ago

When running in AWS lamba (deployed with serverless), I get the following error:

images could not find a binding for your current environment: Linux 64-bit with Node.js 8.x

Found bindings for the following environments:
- OS X 64-bit with Unsupported runtime (59)

Any chance these bindings could be added?

Thank you in advance!

pppluto commented 5 years ago

~#168 npm rebuild images --force and i got this~ ~Cannot download "https://github.com/zhangyuanwei/node-images/releases/download/v3.0.2/linux-x64-67_binding.node"~ ~and seem there has node x64-67_binding.node assets? @xiangshouding~ SOLVED:my node version is too high

oxUnd commented 4 years ago

209

fixed