AvS_DisableModules icon indicating copy to clipboard operation
AvS_DisableModules copied to clipboard

Magento_Multishipping incorrectly reporting without dependencies

Open leek opened this issue 7 years ago • 1 comments

The Magento_Multishipping module is reported as having no modules dependent on it, however; when trying to uninstall, I receive the following:

Cannot uninstall module 'Magento_Multishipping' because the following module(s) depend on it:
	Temando_Shipping

leek avatar Jun 20 '18 16:06 leek

If you aren't using the temando shipping module at all, you could always stop composer from installing it in the first place

"replace": {
        ...
        "temando/module-shipping-m2": "*",
        "temando/module-shipping": "*",
        ...
},

Explained more at https://www.integer-net.com/make-magento-2-small-again/

PivitParkour94 avatar Feb 03 '21 03:02 PivitParkour94