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
During the rebuild phase, only gyp based native dependencies are being considered and rebuilt. This means that some don't get rebuilt and then fail to load at runtime.
This following line is what is at fault, in assuming that nativeDeps will have a binding.gyp
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
During the rebuild phase, only gyp based native dependencies are being considered and rebuilt. This means that some don't get rebuilt and then fail to load at runtime.
This following line is what is at fault, in assuming that nativeDeps will have a binding.gyp
electron-builder/packages/app-builder-lib/src/util/yarn.ts
Line 128 in 09dd74d
It can be tricked it into rebuilding a cmake-js based dependency by adding an empty binding.gyp file to the package, but that is a hacky workaround.
The text was updated successfully, but these errors were encountered: