mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #214] Error while installing dependencies of Notepad demo #150
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#150
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 @dalisoft on GitHub (May 19, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/214
Hello @kusti8.
Thanks for such great product. I am first time trying/starting desktop development with Proton-native as i'm always love performance and lightweight products/apps/libs.
But there error while starting the Notepad example.
OS: macOS 10.13.6
Node: v12
NPM: 6.9.0
@dalisoft commented on GitHub (May 19, 2019):
Can confirm, for other demos same thing 😞
@goranmoomin commented on GitHub (May 19, 2019):
@dalisoft I'm pretty sure that's because of node v12 😞
What about trying with node v11 or v10 as I has success with both?
@kusti8 commented on GitHub (May 19, 2019):
Yeah nbind only recently updated for node v12. https://github.com/charto/nbind/pull/130 but a new version has not been released yet. libui-node needs to be updated once that happens.
@dalisoft commented on GitHub (May 19, 2019):
I tried with both node v10 and v11, also with v8 with
npxvianpx -p node@VER npm ior it's not works? I have projects with binaries which works only for node v10 and with this trick works good@goranmoomin commented on GitHub (May 19, 2019):
@dalisoft Try using nvm... I'm not sure if
npx -p node@VER npm icompiles addons based on the right version of NAPI.@kusti8 commented on GitHub (May 19, 2019):
And it comes back with the same exact error for v10? Could you copy that log also?
@dalisoft commented on GitHub (May 19, 2019):
@pcr910303 Thanks, i will try with
nvm:)We can close this issue as refers https://github.com/charto/nbind/pull/130
@dalisoft commented on GitHub (May 19, 2019):
@kusti8 Yea, give me please some minutes
@dalisoft commented on GitHub (May 19, 2019):
@kusti8 Here log
@dalisoft commented on GitHub (May 19, 2019):
@pcr910303 With
nvmsame thing withnode v10.15.3 (npm v6.4.1)@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.