Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not create project, error ELIFECYCLE, failed at libui-node install script #226

Closed
sumanthyedoti opened this issue Aug 30, 2019 · 7 comments

Comments

@sumanthyedoti
Copy link

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

@leonp-s
Copy link

leonp-s commented Sep 14, 2019

I am getting the same error.

@chloeQ96
Copy link

same here, please help

@JavaScriptDude
Copy link

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
Copy link

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.

@apollolux
Copy link
Contributor

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
Copy link
Owner

kusti8 commented Jan 19, 2020

Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.

@kusti8 kusti8 closed this as completed Jan 19, 2020
@JavaScriptDude
Copy link

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants