Package type "drupal-console-library" is not supported
. My first action was Google'ing my way through this and could only find a issue in drupal-console-dotenv
which seemed to line up with my problem, though I'm not sure how this package gets included in our projects. After some investigation, I'm pretty sure this is not included in our requirements or dependencies. Therefor, I'm now having the feeling that this is being thrown from our own drupal-console-library
package, which hasn't been touched in ages. Do you know of any changes that would trigger this error?
drupal-console-library
functionality in issues before.
Hiya, wondering if anyone has any ideas what is going on here. We're doing a prototype, we have to use acquia hosting for it. We're using docker4drupal as a local, you can view here: https://github.com/Bixal/solutioning-exercise/
I'm trying to run drupal console commands in our docker containers. Getting the following errors, wondering if I'm using the root arg incorrectly or not understanding it?
docker-compose run --rm php drupal --root=./docroot/ site:status
[ERROR] Drupal Console is not installed at: "
./docroot/"
You must execute the following composer commands:
composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader
docker-compose run --rm php docroot/vendor/bin/drupal --root=/var/www/html/docroot site:install --force --no-interaction
composer why-not symfony/dom-crawler:^3
to see if any dependency is preventing that. If there isn't anything, it might work if you remove the symfony/dom-crawler
entry from composer.lock before running composer require drupal/console
again.
I am Suresh Kumara, (software development services) Drupal , Flutter + Firebase , NodeJs developer from INDIA.
Looking for remote work (web development using Drupal 8,9 . Mobile application using Flutter) , Immediately.
I was a web developer for 5 years. I started my career with codeigniter PHP MVC framework,
then moved to Drupal 7(2 projects) , Drupal 8 ( 2 migration project, 1 commerce, 1 project from theme ).
Last 1 year I have been trying flutter, ( I haven't written a plugin yet in dart ).
Firebase services are for backends ( storage, authentication, ...).
I have hands-on Node js + Apollo graphql backend development.
Thank you
Hi everybody,
I am trying to find info about how the config files in Drupal Console relate to each other. Which values can I put into config.yml
and which one in default.yml
? Can I move values from config.yml into the defaults file?
In my understanding, I would add defaults.yml to my project repo (with some sane settings) and let users add their personal preference or stage|production settings in config.yml. Who can help?
https://drupalconsole.com/docs/en/getting/launcher
Update this documentation at least if you have no plans to bring up the installer. :(
bin/console lint:twig templates/article/recent_list.html.twig
?? Or is DruaplConsole something entirely different? Apologies again for the newby question.
composer update drupal/console --with-dependencies
: Problem 1- drupal/core-recommended is locked to version 8.9.13 and an update of this package was not requested.
- drupal/core-recommended 8.9.13 requires symfony/serializer v3.4.41 -> found symfony/serializer[v3.4.41] but it conflicts with another require.
drupal console
to export contenttypes drupal cect
after completed all steps an error occured: TypeError: ksort(): Argument #1 ($array) must be of type array, null given in ksort() (line 146 of /var/www/html/vendor/drupal/console/src/Command/Config/ExportEntityCommand.php).
Failed to execute command drupal cect: exit status 1