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
I'm getting the same error for node-native-keymap as the sqlite package was getting when attempting upgrade to Electron 32:
/Users/johnlindquist/.electron-gyp/32.0.1/include/node/v8config.h:13:2: error: "C++20 or later required."
WiseLibs/better-sqlite3#1226
I tried forking and solving it myself, but it's just too far out of my wheelhouse to fully understand the problem. Please help :)
Maybe it's related to this?
electron/rebuild#1044
The text was updated successfully, but these errors were encountered:
Double check that you use v11.2.1 that includes #1226.
v11.2.1 works fine for me now.
Sorry, something went wrong.
@asamofal yeah, I was implying it's been fixed in SQLite and that this repo might benefit from a similar fix
@johnlindquist oh, sorry,I just got the repo confused 🤦♂️
No branches or pull requests
I'm getting the same error for node-native-keymap as the sqlite package was getting when attempting upgrade to Electron 32:
WiseLibs/better-sqlite3#1226
I tried forking and solving it myself, but it's just too far out of my wheelhouse to fully understand the problem. Please help :)
Maybe it's related to this?
electron/rebuild#1044
The text was updated successfully, but these errors were encountered: