drupalwxt/wxt-project

Issue during install

Closed this issue · 2 comments

I used the following command to install drupal:
"composer create-project drupalwxt/wxt-project:8.x-dev [projectname]"

I received the following error:
"In BaseInstaller.php line 68:
Package type "drupal-console-library" is not supported"

Any thoughts to resolve?

Need to remove "drupal/console": "1.0.1" from composer.json
can run : composer create-project drupalwxt/wxt-project:8.x-dev [projectname] --stability dev --no-interaction --no-install this will output the files in your project folder and than just remove the console ref in composer.json

This worked. Thank you.