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
Getting an error because the module name is missing.
Added to composer.jason ran composer update, can't enable.
[~/public_html]# php bin/magento enable shockwavemk/magento2-module-cron-schedule [InvalidArgumentException] Command "enable" is not defined. Did you mean one of these? cache:enable module:enable maintenance:enable [~/public_html]# php bin/magento module:enable shockwavemk/magento2-module-cron-schedule Unknown module(s): 'shockwavemk/magento2-module-cron-schedule' [~/public_html]# php bin/magento module:enable magento2-module-cron-schedule Unknown module(s): 'magento2-module-cron-schedule' [~/public_html]# php bin/magento module:enable Shockwavemk_CronSchedul Unknown module(s): 'Shockwavemk_CronSchedul'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting an error because the module name is missing.
Added to composer.jason
ran composer update,
can't enable.
The text was updated successfully, but these errors were encountered: