Skip to content
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

Step paused on "Lando drush site:install ..." #94

Closed
vimmacs opened this issue Feb 20, 2024 · 2 comments
Closed

Step paused on "Lando drush site:install ..." #94

vimmacs opened this issue Feb 20, 2024 · 2 comments
Assignees

Comments

@vimmacs
Copy link

vimmacs commented Feb 20, 2024

Hello.

Following Lando Official Guide Steps, we went to this step and the issue occured:
=>lando drush site:install --db-url=mysql:https://drupal10:drupal10@database/drupal10 -y
=>[preflight] Package "drupal/core" is not installed

This is an unexpected output.

Environment:

  1. Latest Lando with its built-in Docker // v3.21.0-beta.1
  2. Macbook M1Pro Chip; project folder "b6". please refer to the attachment.
Screenshot 2024-02-19 at 18 46 32
@vimmacs vimmacs added the bug Something isn't working label Feb 20, 2024
@pirog pirog added the drupal label Feb 21, 2024
@pirog pirog transferred this issue from lando/lando Feb 21, 2024
@pirog pirog added Needs Triage and removed bug Something isn't working drupal labels Feb 21, 2024
@reynoldsalec
Copy link
Sponsor Member

Tried replicating this on my (also M1 Mac) laptop and wasn't having success; as long as you run the lando composer create-project drupal/recommended-project:10.0.x-dev@dev tmp && cp -r tmp/. . && rm -rf tmp command, you should have drupal/core installed prior to running lando start.

If you're getting stuck on this, you might try running lando start and then running lando composer create-project drupal/recommended-project:10.0.x-dev@dev tmp && cp -r tmp/. . && rm -rf tmp...I think both are equivalent.

Definitely re-open this or ping me on Slack if you have more questions!

@vimmacs
Copy link
Author

vimmacs commented Feb 27, 2024

Thanks for your detailed guidance @reynoldsalec . The rm -rf tmp approached worked!

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

No branches or pull requests

3 participants