yireo / magento2-replace-all

Meta-package to replace all optional Magento 2 modules
129 stars 32 forks source link

Error on M2.4 #15

Closed JelleGe closed 4 years ago

JelleGe commented 4 years ago

When installing the module using composer on Magento 2.4, we face the following errors;

Problem 1

jissereitsma commented 4 years ago

Could you try again but double-check that you are installing version 4.0.0 of this package and not the 3.5.* package? The 4.0 package is meant for Magento 2.4: https://github.com/yireo/magento2-replace-all/blob/4.0.0/composer.json#L5

JelleGe commented 4 years ago

Seems that we indeed loaded the 3.5 version. But we now get the following 4.0 errors;

Problem 1

jissereitsma commented 4 years ago

Could you mention the commands and steps that lead to this output? See also the troubleshooting section here: https://github.com/yireo/magento2-replace-tools

JelleGe commented 4 years ago

We used the following command; composer require yireo/magento2-replace-all:4.0.0. But it seems that some modules are required in M2.4, that's causing the errors.

jissereitsma commented 4 years ago

The chance that you run into issues with the simple composer require command are huge and documented. Could you try out the alternatives as well?

jissereitsma commented 4 years ago

I'll close this for now. Let me know if the documented installation (removing the composer.lock and vendor instead of using the require because that does not work) still gives you issues.