mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #198] Error running create-proton-app on node@11.9.0 #132
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#132
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 @lacymorrow on GitHub (Feb 5, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/198
create-proton-appfails in NodeJS version 11.9.0 but runs successfully in version 8.11.4The end of a VERY verbose stack-trace:
@goranmoomin commented on GitHub (Feb 5, 2019):
Have you tried cding into the directory and do
npm i? I use node 11 andcreate-proton-appfailes, but doingnpm isuccessfully creates the project@lacymorrow commented on GitHub (Feb 5, 2019):
Works!
Just FYI, this is the best choice right now for a cross-platform compilable React app apart from
electron-react-boilerplate/electron-react-boilerplate, the biggest part lacking is a better starter and people that use it. This project has some of the best documentation I've seen, that makes it insanely accessible, amazing work.I used your example app and the Electron builder on a macOS to build for all 3 platforms in every alternative except linux
snap.