Skip to content
New issue

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

Module name missing #7

Open
JVKeller opened this issue Nov 25, 2017 · 0 comments
Open

Module name missing #7

JVKeller opened this issue Nov 25, 2017 · 0 comments

Comments

@JVKeller
Copy link

JVKeller commented Nov 25, 2017

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant