Unable to build ao
See original GitHub issueSince https://github.com/klaussinani/ao/commit/944ab7a9b160f7afe4bf4fcc9a37e993722dcb1d, npm run dist
no longer exists.
When trying to build this package, the only option is npm run release
, which builds all the packages. It is no longer possible to just do npm run dist
and create the dist/linux-unpacked folder.
This has broken the ao-git AUR package. Sidenote, the ao AUR package is out of date.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Unable to build ao · Issue #55 · klaudiosinani/ao - GitHub
When trying to build this package, the only option is npm run release , which builds all the packages. It is no longer...
Read more >unable to build a asp.net app in azure devops - Stack Overflow
According to these message which displayed in Visual Studio Build task, you can see it is finding the package location under the folder...
Read more >How to Fix Unable to Build a Valid Certificate Chain for the ...
Here Are the Steps to Solve Code Signing Error: “Unable to Build a Valid Certificate ... Step 1: Building a Certificate Chain for...
Read more >Unable to build a build config - Output image could not be ...
Am able to build from the command line, but not from a template. Checked both build configs line by line and see no...
Read more >PKIXCertPathBuilderImpl could not build a valid CertPath ...
The error means that because it is a chain certificate, somewhere a long there is a certificate missing. that certificate could be the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So, any updates?
Yup, I’ve figured it out.
npx electron-builder
allows me to run the build script. I’m updating theao-git
AUR package now.