mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #34] NodeJS 9 build failed. #19
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#19
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 @AustinBreslinDev on GitHub (Feb 25, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/34
NodeJS V9 was throwing this error/ very similar error as if in an infinite loop when running npm install.
Bit of research that I did, don't know if it helps.
nbind is a Wrapper that allows JavaScript to run c/c++ code.
libui-node requires nbind.
When I removed NodeJS V9.6.1 and npm V5.6 and installed NodeJS 8.9.4 and Npm V5.6 every worked as expected.
OS: Kubuntu 17.10
NodeV9 Install Type: Package Manager apt
NodeV8 Install Type: Manual from NodeJS downloads.
Update:Above error says .node-gyp/9.6.1 downgrading to 8.9.4 didn't seem to solve the problem.
Checked the versions I installed using npm install, all dependencies state latest.
Checked the libui-node project on github and build is failing.
After multiple reinstalls npm run build works, npm run demo causes the issues captured above
https://github.com/parro-it/libui-node