mariofagac

Results 1 comments of mariofagac

Hi, I was able to compile with node v10.16.0 and nan v2.14.0 after fixing deprecated 'Call' functions in exiv2node.cc like this: callback->Call(1, argv); to Nan::Call(callback->GetFunction(), Nan::GetCurrentContext()->Global(), 1, argv); ...