-
Notifications
You must be signed in to change notification settings - Fork 57
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
Cannot build project #100
Comments
I am not going to get to this until next week at least - anyone else able to troubleshoot this? Thank you for reporting this - it's important to me that everyone can build the software so that they can do what they want with it. |
I seem to be unable to build master on macOS 10.15 Catalina too. Following these steps:
Provides me with the fatal error
And then the following for a stack trace:
Seems like https://github.com/develar/app-builder is being used by Hacker News seems to have a proper icon, however https://dataswamp.org/~solene/'s icon seems to fail to render properly. Seems like electron-userland/electron-builder#4134 had the same issue. |
Can you both try running |
Oh you also both need to install git-lfs before cloning. And I need to add that to the instructions! |
Thanks for the info! Running the following seemed to solve that issue.
Although now it seems to fail at the code signing step, but I'll have to dig a little deeper into that one. |
Desktop (please complete the following information):
Describe the bug
I tried pulling the project locally, but I cannot get it to build. I keep getting this error:
I tried googling but didn't find anything useful. Are you able to pull on a blank Windows VM and see if you can get it running?
Steps to Reproduce
npm install
npm run electron:setup
npm run electron:windows
npm run electron
also fails for me on Windows.The text was updated successfully, but these errors were encountered: