-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drupal 10 is broken; Drush 12 does not work with Drush Launcher #283
Comments
Drush is installed in Buildkit and /usr/bin/drush is assumed here: Drush is called without a path here:
also /usr/share/drush is listed here: |
I can't proceed, I'm too over my head in terms of how docker works and why all these things need to be present. |
Solved with #286 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Drush Launcher is a tool that adds the path of
drush
to your path so commands can be written asdrush
(rather thanvendor/bin/drush
). It is known to be incompatible with Drush 12 (required by Drupal 10).The Site Template invokes
drush
so it is failing.Suggestion: Add /var/www/drupal/vendor/bin to $PATH. I'm not sure how to do this, I have tried both in the Dockerfile and in install.sh and neither of them work. The drupal logs report:
and the container has stopped itself, so I can't get in to fix it.
The text was updated successfully, but these errors were encountered: