[Bug]: flatpak-builder throws error
Checklist
- [X] I agree to follow the Code of Conduct that this project adheres to.
- [X] I have searched the issue tracker for a bug that matches the one I want to file, without success.
Flatpak version
1.6.5
What Linux distribution are you using?
Ubuntu
Linux distribution version
20.04
What architecture are you using?
x86_64
How to reproduce
flatpak-builder build my-app.yml --install --force-clean
Expected Behavior
Build should succeed.
Actual Behavior
Build fails with following error.
jq: error: Could not open file /home/jjoseph/projects/my-app/.flatpak-builder/build/my-app-1/package.json: No such file or directory jq: error: Could not open file /home/jjoseph/projects/my-app/.flatpak-builder/build/my-app-1/package-lock.json: No such file or directory
Additional Information
No response
Hi @jijojosephk,
This bug report is not very useful without the yaml manifest you used to generate the error. Also, there is a repo specifically for flatpak-builder here: https://github.com/flatpak/flatpak-builder
Thanks @mwleeds , I'll add some more detail.