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
V8 v12 brings some breaking changes to the ObjectTemplate::SetAccessor signature. NAN is working on a fix: nodejs/nan#966.
As soon as the fixing NAN version is released I will open a PR. Just wanted to have this tracked.
Thanks!
The text was updated successfully, but these errors were encountered:
Done, I just created PR #102 that should fix this.
Sorry, something went wrong.
While this get's merged and released by @santigimeno you can use my branch by doing npm i [email protected]:chrbongardt/node-pcsclite.git#master
npm i [email protected]:chrbongardt/node-pcsclite.git#master
Huh, nan 2.19.0 does not fix this issue for Electon 28 builds. I still get:
'v8::ObjectTemplate::SetAccessor': no overloaded function could convert all the argument types
@santigimeno would be awesome to have new release here ❤️
No branches or pull requests
V8 v12 brings some breaking changes to the ObjectTemplate::SetAccessor signature. NAN is working on a fix: nodejs/nan#966.
As soon as the fixing NAN version is released I will open a PR. Just wanted to have this tracked.
Thanks!
The text was updated successfully, but these errors were encountered: