-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Lando missing dependencies for latest update of ACLI #37
Comments
heh. I stumbled upon this too! I tried to install Since this isn't listed as a dependency, I opened an issue with Acquia, https://github.com/acquia/cli/issues/888 |
Add this to your lando yml, then rebuild
|
Trying to figure out where the issue should be fixed. Acquia says,
over here, https://docs.acquia.com/acquia-cli/install/, under Requirements. |
This has been fixed on Acquia's end: https://github.com/acquia/cli/releases/tag/1.28.1 |
Was just coming to post. Thank you @tholcomb! |
When I try to run
lando pull
I am able to enter my Acquia API credentials but then I am presented with this error.I know it is an error within the ACLI command, but it just looks like the container may be missing a dependency if I am understanding that correctly. Let me know if I am entirely off base.
I am using Lando v3.6.2 and my lando config is set up like this when running the command:
In order to fix it, I had to define the
acli_version
as1.27.0
. Let me know if there is anything else that I can provide that may help!The text was updated successfully, but these errors were encountered: