flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

[Bug]: flatpak-builder throws error

Open jijojosephk opened this issue 4 years ago • 2 comments

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

jijojosephk avatar Oct 24 '21 22:10 jijojosephk

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

mwleeds avatar Oct 25 '21 15:10 mwleeds

Thanks @mwleeds , I'll add some more detail.

jijojosephk avatar Oct 25 '21 17:10 jijojosephk