mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #192] Cannot run demo.js on mac #129
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#129
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 @hugetiny on GitHub (Jan 1, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/192
zhangzhechongs-Mac-Pro:proton-native zhangzhechong$ npm run demo
/Users/zhangzhechong/MacProjects/proton-native/node_modules/nbind/dist/nbind.js:15
throw (err);
^
Error: Could not locate the bindings file. Tried:
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/build/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/build/Debug/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/build/Release/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/out/Debug/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/Debug/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/out/Release/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/Release/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/build/default/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/compiled/10.13.0/darwin/x64/nbind.node
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/build/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/build/Debug/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/build/Release/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/out/Debug/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/Debug/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/out/Release/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/Release/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/build/default/nbind.js
/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/compiled/10.13.0/darwin/x64/nbind.js
at findCompiledModule (/Users/zhangzhechong/MacProjects/proton-native/node_modules/nbind/dist/nbind.js:83:15)
at find (/Users/zhangzhechong/MacProjects/proton-native/node_modules/nbind/dist/nbind.js:93:13)
at Object.init (/Users/zhangzhechong/MacProjects/proton-native/node_modules/nbind/dist/nbind.js:104:5)
at Object. (/Users/zhangzhechong/MacProjects/proton-native/node_modules/libui-node/index.js:5:23)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Object.require.extensions.(anonymous function) [as .js] (/Users/zhangzhechong/MacProjects/proton-native/node_modules/babel-register/lib/node.js:152:7)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
@mischnic commented on GitHub (Jan 5, 2019):
Try deleting your node_modules folder and rerunning
npm install@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.