Closed kevincyan closed 4 years ago
found the issue if namespace is not in the database connection settings the command will fail.
If your current drupal is >= 8.7.10 see my comment in issue #7, there is an issue with the regx. I explain how to fix. if you are at 8.7.9, then ignore me.
I am using composer 1.8.6 on mac catalina with php 7.1.3
My composer file at the time of the error is:
{ "name": "drupal/drupal", "description": "Drupal is an open source content management platform powering millions of websites and applications.", "type": "project", "license": "GPL-2.0-or-later", "require": { "composer/installers": "^1.0.24", "wikimedia/composer-merge-plugin": "^1.4", "drush/drush": "^10.1" },
}