Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento_Multishipping incorrectly reporting without dependencies #8

Open
leek opened this issue Jun 20, 2018 · 1 comment
Open

Magento_Multishipping incorrectly reporting without dependencies #8

leek opened this issue Jun 20, 2018 · 1 comment

Comments

@leek
Copy link
Contributor

leek commented Jun 20, 2018

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
@PivitParkour94
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants