[GH-ISSUE #226] Could not create project, error ELIFECYCLE, failed at libui-node install script #159

Closed
opened 2026-05-05 11:50:52 -06:00 by gitea-mirror · 7 comments
Owner

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 ELIFECYCLE
16979 error errno 1
16980 error libui-node@0.2.1 install: "libui-download && autogypi && npm run build"
16980 error Exit status 1
16981 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..

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 ELIFECYCLE` `16979 error errno 1` `16980 error libui-node@0.2.1 install: "libui-download && autogypi && npm run build"` `16980 error Exit status 1` `16981 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..
Author
Owner

@leonp-s commented on GitHub (Sep 14, 2019):

I am getting the same error.

<!-- gh-comment-id:531480201 --> @leonp-s commented on GitHub (Sep 14, 2019): I am getting the same error.
Author
Owner

@chloeQ96 commented on GitHub (Sep 30, 2019):

same here, please help

<!-- gh-comment-id:536593337 --> @chloeQ96 commented on GitHub (Sep 30, 2019): same here, please help
Author
Owner

@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.

<!-- gh-comment-id:537316766 --> @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](https://proton-native.js.org/#/manual_install).
Author
Owner

@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:

  • create-proton-app: Node v8.16.1
  • manual method: Node v11.15.0

Hope this helps someone.

<!-- gh-comment-id:537319677 --> @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: - create-proton-app: Node v8.16.1 - manual method: Node v11.15.0 Hope this helps someone.
Author
Owner

@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.

<!-- gh-comment-id:561346060 --> @apollolux commented on GitHub (Dec 3, 2019): Likely also relevant libui-node issues: [132](https://github.com/parro-it/libui-node/issues/132#issuecomment-561262428) and [142](https://github.com/parro-it/libui-node/issues/142#issuecomment-554957822) (which links to [bcoin-org/bcrypto#7](https://github.com/bcoin-org/bcrypto/issues/7) which might have the useful solution) Solution might be to update libui-node to use v12 compatible compilation like the bcrypto issue did.
Author
Owner

@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.

<!-- gh-comment-id:576029138 --> @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.
Author
Owner

@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!

<!-- gh-comment-id:576035969 --> @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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#159
No description provided.