-
-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
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
v11 build error on Electron 31 #1199
Comments
v8::CopyablePersistentTraits has been removed at the end of March (v8/v8@4683daa) as it has been deprecated for about 2 years now. To get it compiling again, changing better-sqlite3/src/util/macros.lzz Line 31 in 6acc3fc
to template <class T> using CopyablePersistent = v8::Global<T>; should be enough. But I'm not soure about side effects of this change. At least the tests where run without issues on Node 18 and 20. |
See #1200 |
Fixed by #1200 (just merged, will be released soon) |
BTW, I'm on macOS 14.5, and this is the error I see when I tried to run electron-rebuild:
The text was updated successfully, but these errors were encountered: