motou / magento2-store-locator-stockists-extension

Stockists store locator extension for magento2 using google maps
MIT License
67 stars 44 forks source link

Impossible to uninstall the module #52

Open lamasfoker opened 4 years ago

lamasfoker commented 4 years ago

Environment: Magento 2.3.3, Php 7.2, Limesharp_Stockists 2.0.13

When I launch the command to uninstall the module bin/magento module:uninstal Limesharp_Stockists the shell respond with Limesharp_Stockists is not an installed composer package I tried to copy the composer.json inside the src/ folder and then the command works fine. I think that this issue is related with the structure of the project. See this magento 2 issue: https://github.com/magento/magento2/issues/9248

I don't know if is Magento fault or not, but anyway I write this for other with the same problem.