-
Notifications
You must be signed in to change notification settings - Fork 17
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
Drush and Composer commands have stopped working in Lando #144
Comments
I've also tried running lando db-import, and this isn't working either. It's not available in my list of lando commands... Brens:brenDrupalNew apple$ lando
I used this command this morning, so no idea why it should stop working now... |
Try this: lando update -y
lando poweroff
lando destroy
lando --clear
lando start --debug
lando composer install Keep an eye on the output of |
Sounds like a duplicate of https://github.com/lando/cli/issues/296, see steps to fix in lando/core#259 Going to close this out but definitely follow-up if that doesn't work/you have more questions! |
Drush has dissappeared from ALL of my local Drupal sites running on lando. I'm also unable to run composer commands.
I've even tried this with a fresh site in a test directory after running lando init, and I get the same issue. output from my terminal... each time I run drush on any existing or new sites I get a response with a list of lando commands and the question "did you mean ssh?"
Running lando composer doesn't do anything. I don't get a response, neither sucess nor fail
I can see a full set of files and directories in my vendor folders for both drush and composer
lando.yml file looks like...
Everything was working perfectly this morning, but for some reason I started getting slow responses from docker, and then I noticed drush and composer commands stopped working completely. I stop and powered down lando and then restarted docker. That fixed the slow response but not drush nor composer are working.
Running lando start does run my site on localhost
I've run lando rebuild in all sites several times, the issue persists.
I've run lando update, the issue persists.
I've destroyed my docker containers and started them again. Even reinstalled docker... the issue persists. I can run my sites on localhost, but drush and composer commands are not working.
I installed a new test site again via lando init, following the steps on https://docs.lando.dev/plugins/drupal/getting-started.html fpr Drupal 10, but I get the same problem.
The text was updated successfully, but these errors were encountered: