Giter VIP home page Giter VIP logo

Comments (5)

Chi-teck avatar Chi-teck commented on July 26, 2024 1

DCG 2 works well with Drupal 11 and Drupal 10 on my localhost. I think the issue is specific to your local environment.
Seems like Drupal bootstrap process failed.

As for DCG 3. The work is in progress (drush-ops/drush#5371). You can install that branch with the following command.

composer require "drush/drush" "dev-dcg-3 as 11.5.1" -W

from drupal-code-generator.

jameswilson avatar jameswilson commented on July 26, 2024

Thank you. You may be correct. This is the first multi-site I've worked on in a long time and I'm definitely seeing other issues running drush commands with site aliases and/or --uri options. Many things are not working correctly. I need to read up some more and will update here if I find a resolution that works explicitly

from drupal-code-generator.

jameswilson avatar jameswilson commented on July 26, 2024

So the solution is that I must use --uri or a properly configured drush alias (even though the default site is in sites/default/ folder. I suppose this is fair and to be expected because I'm using the sites/sites.php file to define the mappings from domain names to site folders.

Anyway, I do see a "no-ansi" warning, but this doesn't prevent it from working.

❯ ddev drush generate theme --uri=multisite-example.ddev.site
 [warning] Undefined array key "no-ansi" GenerateCommands.php:76

 Welcome to theme generator!
–––––––––––––––––––––––––––––

 Theme name [Docroot]:
❯ ddev drush @multisite-example.ddev generate theme
 [warning] Undefined array key "no-ansi" GenerateCommands.php:76

 Welcome to theme generator!
–––––––––––––––––––––––––––––

 Theme name [Docroot]:
 ➤

Apologies on my goof here.

from drupal-code-generator.

Chi-teck avatar Chi-teck commented on July 26, 2024

Actually "no-ansi" warning is a known issue.
https://github.com/drush-ops/drush/pull/5371/files#diff-f434a2d9436a53f74041f271533edee490c4b96a8b488368f240b1b1cc07df5dR90

from drupal-code-generator.

weitzman avatar weitzman commented on July 26, 2024

It does work when you use that --no-ansi option in Drush. I think it might get added as a negation of --no-ansi. Not sure. Seems fine for DCG to add it on own application if needed.

from drupal-code-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.