mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #224] Dependency issues on install #155
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#155
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 @fieldse on GitHub (Aug 15, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/224
Issue:
Installing proton-native fails on installing package libui-node@0.2.1
This seems to be a problem with the dependency libui-node.
See issue here:
https://github.com/parro-it/libui-node/issues/132
Details
Installed depends:
Related
Step to reproduce
sudo apt-get install libgtk-3-dev build-essentialnpm install create-proton-appFails at install step.
npm ERR! Failed at the libui-node@0.2.1 install script.Stdout log
Result (npm install proton-native)
Manually installing
libui-node@0.2.1@punkscience commented on GitHub (Aug 27, 2019):
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-native2019-08-27T18_11_27_850Z-debug.log
@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.