-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'npm run app' fails on Windows #14
Comments
Hi @paulbatum, for the compiling problem, yo might want to run I have the same setup as you, not been able to fix the |
Thanks @ackzell that did fix the compilation problem, but yes it sounds like we both still can't |
OK @ackzell I think I'm closer to figuring this out. If you look inside the I tried to find out how I got into this broken state, by running the skeleton again and looking at the output. This seems like where the error occurred:
I have no idea why the install script failed as part of the skeleton but works fine when executed separately. |
Awesome @paulbatum!! |
I had the same issue. I solved it by deleting the Note: there appears to be an issue with nodewebkit where you need to rename the |
Followed the instructions, but my install is only partially working:
npm run deploy
works fine (it completes successfully and the resulting binary works great)npm run app
fails with the following error:I'm not sure if its related, but if I run
npm run compiler
I get the following output:I tried from powershell/gitbash/cmd, got the same result in all cases. I'm running Windows 8.1 x64
The text was updated successfully, but these errors were encountered: