You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Issue Type
Full console output
Summary
Just need to add drush to required packages.
The text was updated successfully, but these errors were encountered: