You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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); ...
Hello, with node v11.13.0, impossible to compile exiv2
The text was updated successfully, but these errors were encountered: