magento 2.2.2
I'm trying to install skrill payment method and is following this guide:
link
I try to install via "Install the module using a file upload and SSH commands "
with files uploaded to your_magento_2_root/app/code/Skrill/Skrill
I try to run this command: php bin/magento module:upgrade
but get this error:
Command "module:upgrade" is not defined.
Did you mean one of these?
setup:upgrade
module:enable
module:disable
module:status
module:uninstall
something tells me that php bin/magento module:upgrade is not the correct command. Maybe it should have been setup:upgrade?
Any suggestions?
Audun
Solved! Go to Solution.
The guide (check link above) says module:upgrade but think they mean setup:upgrade. can anyone with experience share some light on this?