rivafarabi / deckboard-kit

Deckboard app extention starter
MIT License
15 stars 5 forks source link

Issues compiling serialport against deckboard-kit #2

Closed RKHamilton95 closed 4 years ago

RKHamilton95 commented 4 years ago

image

I am working on an extension to control my RGB backlights through serial. I'm trying to figure out an issue when compiling serialport for deckboard. I was able to get this working without issue in a separate electron test app but am having trouble compiling it for a deckboard extension. I'm not sure if I need to compile the module against the same node version the app was compiled against or really what the issue is.

Any helps appreciated.

Thanks

RKHamilton95 commented 4 years ago

Took some hours of troubleshooting but it seems I just needed to compile it against node 10.16

Edit: Also needed "electron": "4.0.3" and "electron-rebuild": "^1.9.0"