
MAGENTO 2.X – SETUP VERSION FOR MODULE NOT SPECIFIED ERROR
If you have installed a new extension in your Magento 2, and after that you are facing the “Setup version for module <extension name> is not specified”. You need to perform the following steps:
1 2 3 |
php -f bin/magento module:enable --clear-static-content Module_Name php -f bin/magento setup:upgrade php -f bin/magento setup:di:compile |