mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #281] Unable to start as per quickstart guide #192
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#192
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 @y471n on GitHub (Apr 17, 2020).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/281
Describe the bug
npm run devandnpm run startboth result in error.To Reproduce
Just followed the quickstart guide.
Expected behavior
Should run.
Screenshots

PFA.
Versions:
Additional context
Above is error log.
@dansiemens commented on GitHub (Apr 17, 2020):
Try deleting
node_modulesand runningnpm install@y471n commented on GitHub (Apr 18, 2020):
Thanks. This worked!