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
It seems that electron-rebuild depends on node-gyp v5.0.1 which has a bug for macOS Catalina https://github.com/nodejs/node-gyp/issues/1917. The bug has been fixed for the latest version v6.0.1. This bug prevents users from compiling some packages (not all of them), some examples are node-sqlite3, usb amoung others.
I was able to fix the bug for me simply by updating the dependency on gyp from v5.0.1 to version v6.0.1
The text was updated successfully, but these errors were encountered:
It seems that electron-rebuild depends on node-gyp v5.0.1 which has a bug for macOS Catalina https://github.com/nodejs/node-gyp/issues/1917. The bug has been fixed for the latest version v6.0.1. This bug prevents users from compiling some packages (not all of them), some examples are node-sqlite3, usb amoung others.
I was able to fix the bug for me simply by updating the dependency on gyp from v5.0.1 to version v6.0.1
The text was updated successfully, but these errors were encountered: