[GH-ISSUE #45] Issue Installing Ubuntu 16.04 #25

Closed
opened 2026-05-05 11:28:32 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @mathewjpotter on GitHub (Mar 5, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/45

During an install on Linux, This is the error it gave, any insight would be great

npm WARN optional dep failed, continuing fsevents@1.1.3
npm WARN deprecated tar.gz@1.0.7: ⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar

libui-node@0.0.12 install /home/mp/node_modules/proton-native/node_modules/libui-node
libui-download && autogypi && npm run build && npm run copy-node

Downloaded zip: /home/mp/.libui/libui-shared-linux-x64-pre11.alpha.4.tar.gz
Libui binaries extracted to: /home/mp/node_modules/proton-native/node_modules/libui-node
module.js:327
throw err;
^

Error: Cannot find module 'dezalgo'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (/home/mp/node_modules/npm/lib/utils/correct-mkdir.js:2:15)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
npm ERR! Linux 4.14.0-041400-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i" "-S" "proton-native"
npm ERR! node v4.8.7
npm ERR! npm v2.15.11
npm ERR! code ELIFECYCLE

npm ERR! libui-node@0.0.12 install: libui-download && autogypi && npm run build && npm run copy-node
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libui-node@0.0.12 install script 'libui-download && autogypi && npm run build && npm run copy-node'.
npm ERR! This is most likely a problem with the libui-node package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! libui-download && autogypi && npm run build && npm run copy-node
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs libui-node
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls libui-node
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/mp/npm-debug.log

Originally created by @mathewjpotter on GitHub (Mar 5, 2018). Original GitHub issue: https://github.com/kusti8/proton-native/issues/45 During an install on Linux, This is the error it gave, any insight would be great npm WARN optional dep failed, continuing fsevents@1.1.3 npm WARN deprecated tar.gz@1.0.7: ⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar - > libui-node@0.0.12 install /home/mp/node_modules/proton-native/node_modules/libui-node > libui-download && autogypi && npm run build && npm run copy-node Downloaded zip: /home/mp/.libui/libui-shared-linux-x64-pre11.alpha.4.tar.gz Libui binaries extracted to: /home/mp/node_modules/proton-native/node_modules/libui-node module.js:327 throw err; ^ Error: Cannot find module 'dezalgo' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object.<anonymous> (/home/mp/node_modules/npm/lib/utils/correct-mkdir.js:2:15) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) npm ERR! Linux 4.14.0-041400-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "i" "-S" "proton-native" npm ERR! node v4.8.7 npm ERR! npm v2.15.11 npm ERR! code ELIFECYCLE npm ERR! libui-node@0.0.12 install: `libui-download && autogypi && npm run build && npm run copy-node` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the libui-node@0.0.12 install script 'libui-download && autogypi && npm run build && npm run copy-node'. npm ERR! This is most likely a problem with the libui-node package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! libui-download && autogypi && npm run build && npm run copy-node npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs libui-node npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls libui-node npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/mp/npm-debug.log
Author
Owner

@mathewjpotter commented on GitHub (Mar 5, 2018):

I think this is related to node version

<!-- gh-comment-id:370302365 --> @mathewjpotter commented on GitHub (Mar 5, 2018): I think this is related to node version
Author
Owner

@albe-rosado commented on GitHub (Mar 6, 2018):

@swiftmedia are you using the cli tool (create-proton-app)?

<!-- gh-comment-id:370854323 --> @albe-rosado commented on GitHub (Mar 6, 2018): @swiftmedia are you using the cli tool (create-proton-app)?
Author
Owner

@albe-rosado commented on GitHub (Mar 8, 2018):

Also please make sure you installed all dependencies for Linux.

<!-- gh-comment-id:371654208 --> @albe-rosado commented on GitHub (Mar 8, 2018): Also please make sure you installed all [dependencies](https://proton-native.js.org/#/quickstart?id=linux) for Linux.
Author
Owner

@mathewjpotter commented on GitHub (Mar 10, 2018):

Yes it was dependencies issue, and also a node.js version issue as well :)
all resolved, cool stuff works good

<!-- gh-comment-id:372056021 --> @mathewjpotter commented on GitHub (Mar 10, 2018): Yes it was dependencies issue, and also a node.js version issue as well :) all resolved, cool stuff works good
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#25
No description provided.