mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #196] Product of "npm run dist" incompatible with node-serialport #130
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kfatehi on GitHub (Feb 3, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/196
Hi I have created an example project here:
https://github.com/kfatehi/proton-native-serialport-issue
This project works fine when working on it with
npm startBut when you use
npm run distand execute the unpacked or the installed binary, it throws this error:@kusti8 commented on GitHub (Feb 16, 2019):
This is more of an electron-builder problem. I suggest you open up an issue there where they can better help you.
@kfatehi commented on GitHub (Feb 16, 2019):
@kusti8 Ok thanks I'll make some noise over there instead.