-
Notifications
You must be signed in to change notification settings - Fork 504
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
error C2665: 'v8::ScriptOrigin::ScriptOrigin': no overloaded function could convert all the argument types #981
Comments
oalfroukh
changed the title
V8 will stop providing access to hidden prototype (i.e. JSGlobalObject). Use This() instead
error C2665: 'v8::ScriptOrigin::ScriptOrigin': no overloaded function could convert all the argument types
Nov 27, 2024
I am too facing same issue using using electron 33.x
|
Discussed here: #978 FWIW I'm successfully using the workaround mentioned there (a postinstall step that comments out a line in nan.h). |
Hi @gtritchie I got the below error now when I added that
|
It's working for me. I'm building without errors on Mac, Windows, and Linux with that line commented out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm not sure if this is the right repo to report for this issue as I'm not sure who is responsible about it
I was using electron
v30.5.0
and when I tried to upgrade it to usev33.2.0
I got the below error wehn usingelectron-builder --config ./electron-builder.json --win --x64
Trying to
"overrides" "nan"
to be2.22.0
has no affectBR,
The text was updated successfully, but these errors were encountered: