mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #115] npm run dist throws error #69
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#69
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 @msal4 on GitHub (May 7, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/115
when running
npm run disti get an error.this is the complete log:
@parro-it commented on GitHub (May 7, 2018):
What are you trying to do? There is no
distscript in package.json@kusti8 commented on GitHub (May 7, 2018):
The dist script is part of create-proton-app which uses electron-builder. It looks like electron-builder is not installed. I don't know why create-proton-app didn't do that for you. Try installing it.
@msal4 commented on GitHub (May 7, 2018):
I installed it but it looks like the windows platform is not supported
@kusti8 commented on GitHub (May 7, 2018):
Yeah windows support is coming soon.
On Mon, May 7, 2018, 3:03 PM Mohammed Salman notifications@github.com
wrote:
@IceMimosa commented on GitHub (May 10, 2018):
Can anyone help me?Thanks。
@kusti8 commented on GitHub (May 10, 2018):
Please report this with electron-builder.
@IceMimosa commented on GitHub (May 11, 2018):
Upgrade node version to v8.11.1 fixes my problem. electron-builder issue#2899