We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Magento_Multishipping module is reported as having no modules dependent on it, however; when trying to uninstall, I receive the following:
Magento_Multishipping
Cannot uninstall module 'Magento_Multishipping' because the following module(s) depend on it: Temando_Shipping
The text was updated successfully, but these errors were encountered:
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/
Sorry, something went wrong.
No branches or pull requests
The
Magento_Multishipping
module is reported as having no modules dependent on it, however; when trying to uninstall, I receive the following:The text was updated successfully, but these errors were encountered: