Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Drush needs to be explicitly added in Drupal 9 core-recommended #2064

Closed
geerlingguy opened this issue Jul 6, 2020 · 0 comments
Closed

Drush needs to be explicitly added in Drupal 9 core-recommended #2064

geerlingguy opened this issue Jul 6, 2020 · 0 comments
Labels

Comments

@geerlingguy
Copy link
Owner

Issue Type

  • Bug Report

Full console output

TASK [geerlingguy.drupal : Install Drupal with drush.] *************************
fatal: [drupalvm]: FAILED! => {"changed": true, "cmd": ["drush", "site-install", "standard", "-y", "--root=/var/www/drupalvm/drupal/web", "--site-name=Drupal", "--account-name=admin", "--account-pass=admin", "--db-url=pgsql://drupal:drupal@localhost/drupal"], "delta": "0:00:00.025253", "end": "2020-07-06 15:09:05.747729", "msg": "non-zero return code", "rc": 1, "start": "2020-07-06 15:09:05.722476", "stderr": "", "stderr_lines": [], "stdout": "The Drush launcher could not find a local Drush in your Drupal site.\nPlease add Drush with Composer to your project.\nRun 'cd \"/var/www/drupalvm/drupal\" && composer require drush/drush'", "stdout_lines": ["The Drush launcher could not find a local Drush in your Drupal site.", "Please add Drush with Composer to your project.", "Run 'cd \"/var/www/drupalvm/drupal\" && composer require drush/drush'"]}

Summary

Just need to add drush to required packages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant