We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm ERR! code 1 npm ERR! path /Users/alistair/dev/red/pngjs/node_modules/canvas npm ERR! command failed npm ERR! command sh -c node-gyp rebuild npm ERR! SOLINK_MODULE(target) Release/canvas-postbuild.node npm ERR! CXX(target) Release/obj.target/canvas/src/Canvas.o ... npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] npm ERR! In file included from ../src/Canvas.cc:20: npm ERR! ../src/JPEGStream.h:42:8: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] npm ERR! Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Local<v8::Function>)dest->closure->fn, 2, argv);
Culprit seems to be old version (1.6.x) of canvas. This is only used in test.js so it should be straightforward to upgrade ... I will do so no.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Culprit seems to be old version (1.6.x) of canvas. This is only used in test.js so it should be straightforward to upgrade ... I will do so no.
The text was updated successfully, but these errors were encountered: