Src/cms/field.php missing since 4.0.0

i just installed merx

and it seems, merx assumes a
field.php at

which seems to be removed since kirby 4.0.0

giving debug error
During inheritance of OrderPageAbstract, while autoloading Kirby\Cms\Field: Uncaught Whoops\Exception\ErrorException: …

may i just drop in a field.php from 3.9.7

i feel #confused

seems to be an issue with the way i installed

I tried different Merx/Kirby/Composer installations and never run into any issues, but maybe I am missing something.

Theoretically I can imagine that there might be some hiccups when you install Kirby without Composer and Merx with Composer (or the other way around). Could you please try to install Kirby and Merx with Composer or, alternately, remove composer and download the code from the release pages (Kirby/Merx).

I also tested installation via git submodule, wich also works without any issues.

Citing my own GitHub Comment