mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #81] npm install error? #47
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#47
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 @liaoyongfu on GitHub (Apr 9, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/81
and then I get the error:
How can i deal with it?
@mischnic commented on GitHub (Apr 9, 2018):
@albe-rosado
@albe-rosado commented on GitHub (Apr 9, 2018):
mmmm, let me see @liaoyongfu , will get back to you very soon
@albe-rosado commented on GitHub (Apr 9, 2018):
@liaoyongfu tested it in linux and macos and works. @mischnic are you having the same problem?
looks like the problem is on windows, let me see if i can get a vm running windows to see.
@liaoyongfu also make sure you have all the required dependencies installed.
@mischnic commented on GitHub (Apr 9, 2018):
Works on Mac with create-proton-app installed globally
@kusti8 commented on GitHub (Apr 9, 2018):
Try executing the command normally. It may be something to do with how your permissions are set or something like that.
@liaoyongfu commented on GitHub (Apr 10, 2018):
Thank you all. I'm sure create-proton-app has installed globally:
I also try
create-proton-app my-app, but also get the error. I don't know what's going on?@albe-rosado commented on GitHub (Apr 10, 2018):
I will find a windows pc to reproduce this and will get back to you asap @liaoyongfu
i tried this on windows before and worked fine, i need to add better error output to the cli tho.
also do
npm install --global --production windows-build-toolsand let me know if fixes it @liaoyongfu@liaoyongfu commented on GitHub (Apr 10, 2018):
@albe-rosado Thanks a lot. After running
npm install --global --production windows-build-toolsit was successful:@albe-rosado commented on GitHub (Apr 10, 2018):
@liaoyongfu your welcome, I will make a PR to update the docs to reflect the need for the dependencies for windows and linux.
@kusti8 commented on GitHub (Apr 10, 2018):
It's only needed for Windows if you don't have a suitable compiler/python.
On Tue, Apr 10, 2018, 12:38 PM Alberto Rosado notifications@github.com
wrote: