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
Here is some discussion about getting python3 support in node-gyp nodejs/node-gyp#1337 and there are workarounds mentioned in that thread.
I would recommend not to change the build system, its more technical debt when the adoption rate is nearly zero in the community. But some modules rely on https://github.com/cmake-js/cmake-js which is looked as an alternative.
That all makes sense. I'm sorry I didn't know more. We've just had a hell of a time with gyp and python2.7 especially with Atom.io and it's weird python wrappers.
We have a ton of issues in
script-runner
because ofnode-pty
build failing due to node-gyp not being compatible with python3.e.g. ioquatix/script-runner#103
It looks like the latest version of Electron moved to GN: https://electronjs.org/blog/gn
Maybe it would be a good idea for this project.
The text was updated successfully, but these errors were encountered: