You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the extension on my Magento instance.
Now, I'm trying to uninstall it (php bin/magento module:uninstall Voronoy_BashCompletion) but I receive this error message:
Voronoy_BashCompletion is not an installed composer package
I note you're using two different vendorName: Voronoy_BashCompletion as Magento extension; yvoronoy/magento2-bash-completion as composer package.
This could be the problem.
If I execute directly composer remove yvoronoy/magento2-bash-completion, the package is uninstalled correctly for composer but not for Magento (check app/etc/config.php file).
The text was updated successfully, but these errors were encountered:
I've installed the extension on my Magento instance.
Now, I'm trying to uninstall it (php bin/magento module:uninstall Voronoy_BashCompletion) but I receive this error message:
I note you're using two different vendorName:
Voronoy_BashCompletion as Magento extension;
yvoronoy/magento2-bash-completion as composer package.
This could be the problem.
If I execute directly composer remove yvoronoy/magento2-bash-completion, the package is uninstalled correctly for composer but not for Magento (check app/etc/config.php file).
The text was updated successfully, but these errors were encountered: