mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #226] Could not create project, error ELIFECYCLE, failed at libui-node install script #159
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#159
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 @sumanthyedoti on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/226
Here is log:
16978 error code ELIFECYCLE16979 error errno 116980 error libui-node@0.2.1 install: "libui-download && autogypi && npm run build"16980 error Exit status 116981 error Failed at the libui-node@0.2.1 install script.16981 error This is probably not a problem with npm. There is likely additional logging output above.Thank you..
@leonp-s commented on GitHub (Sep 14, 2019):
I am getting the same error.
@chloeQ96 commented on GitHub (Sep 30, 2019):
same here, please help
@JavaScriptDude commented on GitHub (Oct 2, 2019):
This error appears to be related to Node v12. Can you confirm the version you are using?
I've been able to get create-proton-app working as per Quick Start guide using Node v8.16.1. It does not work on v10.16.3 LTS or beyond.
However, I was able to get the demo apps working using Node v10.16.3 LTS by following the Old Manual instructions.
@JavaScriptDude commented on GitHub (Oct 2, 2019):
Just tested and was able to get the demo notepad app working using node v11.15.0.
So it looks like the last Node versions that can be used are:
Hope this helps someone.
@apollolux commented on GitHub (Dec 3, 2019):
Likely also relevant libui-node issues: 132 and 142 (which links to bcoin-org/bcrypto#7 which might have the useful solution)
Solution might be to update libui-node to use v12 compatible compilation like the bcrypto issue did.
@kusti8 commented on GitHub (Jan 19, 2020):
Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.
@JavaScriptDude commented on GitHub (Jan 19, 2020):
Tested proton-native v2 on Node v12.14.1 on Ubuntu 18.04 and works great.
FYI, I had Node v10.16.3 installed and this worked ok also. Node v8.9.4 fails.
Thanks for the excellent work!