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

Dependency issues on install #224

Closed
fieldse opened this issue Aug 15, 2019 · 2 comments
Closed

Dependency issues on install #224

fieldse opened this issue Aug 15, 2019 · 2 comments

Comments

@fieldse
Copy link

fieldse commented Aug 15, 2019

Issue:

Installing proton-native fails on installing package [email protected]

This seems to be a problem with the dependency libui-node.
See issue here:
parro-it/libui-node#132

Details

  • OS: Ubuntu linux 18.10
  • Node: v12.8.0

Installed depends:

  • build-essential
  • libgtk-3-dev

Related

Step to reproduce

  1. Install dependencies above. sudo apt-get install libgtk-3-dev build-essential
  2. Install create-proton-app. npm install create-proton-app

Fails at install step.
npm ERR! Failed at the [email protected] install script.

Stdout log

Result (npm install proton-native)

Installing packages... This may take a few minutes...
# [snip]
ERR! [email protected] install: `libui-download && autogypi && npm run build`
npm ERR! Failed at the [email protected] install script.

Manually installing [email protected]

$ npm install -g [email protected]

> [email protected] install /usr/local/lib/node_modules/libui-node
> libui-download && autogypi && npm run build

Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/libui-node/.libui'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `libui-download && autogypi && npm run build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2019-08-15T09_33_49_101Z-debug.log
@punkscience
Copy link

Experiencing the same issue on node 12.9.0 -- attached my log here. Seems to be related to gup, and happens independent of "create-proton-app". I get the same results just using npm i -S proton-native
2019-08-27T18_11_27_850Z-debug.log

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

3 participants