TooTallNate / node-bindings

Helper module for loading your native module's `.node` file
MIT License
412 stars 95 forks source link

Can't build with electron-builder #72

Open SpyrosMourelatos opened 3 years ago

SpyrosMourelatos commented 3 years ago

Due to the conversation on this issue An error occurs at: Function.getFileName (webpack:///./node_modules/bindings/bindings.js?:178:16) While trying to build this small hello world application with npm run electron:serve https://gitlab.com/spyrous/electron_vue_test_integration

ntbosscher commented 3 years ago

You might find this helpful as a temporary workaround https://github.com/TooTallNate/node-bindings/issues/50#issuecomment-864171923