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

请问这个错误如何解决? #122

Closed mxh861001 closed 5 years ago

mxh861001 commented 6 years ago

执行draw时,报错如下该如何解决?

/home/liu/.node-gyp/8.4.0/include/node/node_object_wrap.h:50: static T* node::ObjectWrap::Unw rap(v8::Local) [with T = Image]: Assertion `handle->InternalFieldCount() > 0' failed.

oxUnd commented 6 years ago

代码贴出来看看