You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
I am using Windows on my PC and I have an unrelated issue with the bundled Node so I have to patch one of the Node's internal JS modules (and hence must recompile node.dll)
When I tried to build electron-node-10.2.0 I got the error Failed to create vc project files.
After some primitive debugging I think that the reason for this error lies on the last line in configure. Instead of
ifoptions.run_gyp:
run_gyp(gyp_args)
it should be
ifnotoptions.run_gyp:
run_gyp(gyp_args)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using Windows on my PC and I have an unrelated issue with the bundled Node so I have to patch one of the Node's internal JS modules (and hence must recompile
node.dll
)When I tried to build
electron-node-10.2.0
I got the error Failed to create vc project files.After some primitive debugging I think that the reason for this error lies on the last line in
configure
. Instead ofit should be
The text was updated successfully, but these errors were encountered: