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
As a generic solution, we could support rest arguments and forward those as-is to node-gyp, e.g. prebuildify --napi -- --force-process-config. PR welcome, can be done by using opts['--'] of minimist.
We ran into issues targeting [email protected] which are solved by sending --force-process-config to node-gyp.
"Some old versions of Electron shipped malformed config.gypi in their headers distributions, and you might need to pass --force-process-config to node-gyp to work around configuration errors."
It would be nice if prebuildify supported this in some way.
The text was updated successfully, but these errors were encountered: