mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #267] Errors when running npm start #183
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#183
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 @illtellyoulater on GitHub (Feb 20, 2020).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/267
I'm new to proton-native and I followed the instructions at the following link in order to install Proton Native on Windows 10 and create my first app: https://www.techomoro.com/how-to-install-and-set-up-proton-native-on-windows-10/
The commands I ran without problems are:
Then when I run this last command:
it crashed with this info:
and the debug log says:
My OS is Windows 10 and Node version is 12.16.0.
Can you help me understand what's going wrong?
Thanks!
@illtellyoulater commented on GitHub (Feb 20, 2020):
I also tried node versions 10.19.0 and 8.17.0 with no success (always getting the same error).
@kusti8 commented on GitHub (Mar 16, 2020):
The install method for Proton Native has changed. Please see here: https://proton-native.js.org/#/quickstart
@salbatore commented on GitHub (Mar 20, 2020):
Same error... :P
@kusti8 commented on GitHub (Mar 21, 2020):
The entire API has changed from V1 to V2. Install using the new method and see the updated documentation