You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run init_project.sh with sample data turned on I get the error below. It works fine with sample data turned off.
[2018-04-09 21:59:31] > Magento installation failed. [/vagrant/scripts/guest/m-reinstall]
[2018-04-09 21:59:31] >
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "setup" namespace.
The text was updated successfully, but these errors were encountered:
It appears that currently the default branch for the sample data is 2.3-develop and the default branch for magento is 2.2-develop. This difference is causing issues so you need to manually set the branch for each in config.yaml. I used 2.2 myself, but could likely use any other matching branches.
If I run init_project.sh with sample data turned on I get the error below. It works fine with sample data turned off.
The text was updated successfully, but these errors were encountered: