yvoronoy / magento2-bash-completion

Magento2 Bash Completion
MIT License
139 stars 29 forks source link

Uninstall issue #11

Open WaPoNe opened 7 years ago

WaPoNe commented 7 years ago

I've installed the extension on my Magento instance. Now, I'm trying to uninstall it (_php bin/magento module:uninstall VoronoyBashCompletion) 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).

yvoronoy commented 7 years ago

Michele, thank you for reporting. I'll check it soon