Hi
I have developed a Magento 2.x Module
In Localhost
first i have deployed my Module in (app->code->Mymodule)
and i have enabled this plugin by running this commands
sudo php bin/magento setup:upgrade
sudo rm -rf var/cache/* var/generation/*
sudo php bin/magento setup:di:compile
it is installed and working fine and iam using the ubuntu as my OS
In online Cloud server
I have followed same steps but it is not working in online server it is Linux hosting i was using
when i run this commands in console
sudo php bin/magento setup:upgrade
sudo rm -rf var/cache/* var/generation/*
sudo php bin/magento setup:di:compile
iam not getting any error it is saying it is successful installed
it is saying
Magento2 Setup version for module is not specified
I have searched some forums i did not get the solution
i think it not inserting in the table setup_module
Can any please help me
Thanking you
Meher