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
I have an existing Drupal 8 project after executing "lando start" on it , "lando composer" command is not available to me. what could be the issue?
ubuntu 20
docker 23
lando 3.11
Here is my lando yml file content:
name: Drupal recipe: drupal8 config: webroot: web
During lando start it is downloading and installing properly Composer (version 2.2.18) successfully installed to: /usr/local/bin/composer Use it: php /usr/local/bin/composer
Please suggest.
The text was updated successfully, but these errors were encountered:
I have an existing Drupal 8 project after executing "lando start" on it , "lando composer" command is not available to me. what could be the issue?
Here is my lando yml file content:
name: Drupal recipe: drupal8 config: webroot: web
During lando start it is downloading and installing properly
Composer (version 2.2.18) successfully installed to: /usr/local/bin/composer Use it: php /usr/local/bin/composer
Please suggest.
The text was updated successfully, but these errors were encountered: