Andrew

Results 7 comments of Andrew

Looks like i'm a plus 1 for this case - here's my output on MacOS Catalina 10.15.7: (which was same for the standard serialport `"serialport": "^10.4.0"` and `"@serialport/bindings-cpp": "^10.7.0"` suggested...

> @mimamuh you saved me mate! Following the steps in the [docs you linked](https://electron-react-boilerplate.js.org/docs/native-modules/) regarding how native modules are handled in [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate) set me on the right path. > >...

@dustinstein - I'm seeing the same issue here. Did you make any progress on this?

@dustinstein - The brute force method might not be elegant - but if it works, it works! I may end up doing the same if I can't figure out the...

i'm seeing the same issue when installing serialport to the /releases/app folder - so it seems like the latest version breaks all native deps perhaps? same version of serialport was...

i'll piggyback on your issue @Aaqu - here's my output: ``` ⨯ /Users/andrew/.nvm/versions/node/v14.17.0/bin/node process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE Exit code: 1 Output: > [email protected] postinstall /Users/andrew/code/js/electron/my-cool-app/release/app > npm run electron-rebuild && npm...

have any of you made progress on this one?