We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran lando init --source lagoon At the end of the init process I see the Error:
lando init --source lagoon
ERROR ==> Cannot read properties of undefined (reading 'services')
It happens after I execute any lando command, even lando info.
lando info
My .lando.yml file:
.lando.yml
name: drupal-austria recipe: lagoon config: webroot: web composer_version: 2.8.1 xdebug: true php: 8.3 build: - composer install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran
lando init --source lagoon
At the end of the init process I see the Error:
It happens after I execute any lando command, even
lando info
.My
.lando.yml
file:The text was updated successfully, but these errors were encountered: