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
CopyablePersistentTraits
Hello, I'm trying to build better-sqlite3@11.0.0 for electron.js@31.0.2 using electron-builder@24.13.3.
better-sqlite3@11.0.0
electron.js@31.0.2
electron-builder@24.13.3
However it's throwing an error saying that 'CopyablePersistentTraits': is not a member of 'v8'.
'CopyablePersistentTraits': is not a member of 'v8'
Downgrading electron to 30.1.2 removed this issue.
30.1.2
I'm not sure what will have to be done, but this is the commit in github that removed the struct from v8: v8/v8@4683daa
It used to call out that v8::Global was to be used instead of the deprecated struct.
v8::Global
I'd offer to help more, but my ability with C++ is restricted to being able to sort of to read it.
Also, this is the first time node-gyp actually worked for me. It's a kind of novel experience.
The text was updated successfully, but these errors were encountered:
Just found #1200 , this will fix itself with time.
Sorry, something went wrong.
No branches or pull requests
Hello, I'm trying to build
better-sqlite3@11.0.0
forelectron.js@31.0.2
usingelectron-builder@24.13.3
.However it's throwing an error saying that
'CopyablePersistentTraits': is not a member of 'v8'
.Downgrading electron to
30.1.2
removed this issue.I'm not sure what will have to be done, but this is the commit in github that removed the struct from v8:
v8/v8@4683daa
It used to call out that
v8::Global
was to be used instead of the deprecated struct.I'd offer to help more, but my ability with C++ is restricted to being able to sort of to read it.
Also, this is the first time node-gyp actually worked for me. It's a kind of novel experience.
The text was updated successfully, but these errors were encountered: