Open Marian-Kechlibar opened 1 month ago
Hm that doesn't look good but I'm a bit surprised by this error... Could you provide a reproducer?
So this is a very basic project which demonstrates the problem.
Run
box compile --config box-web-project.json
to create the file web-project/web-project.phar
Run
box --list info web-project/web-project.phar
to trigger the error.
When I produce a new PHAR file using Box 4.6.2, it no longer contains any Metadata, as those are deprecated since Box 4.6.
But the info --list command cannot cope with that. It immediately puts out a red error concerning the very first file in the PHAR, saying that no metadata was found for that file. I am attaching a screenshot from the command line