-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
axios returns unhelpful message when response is undefined #165
Comments
@willtate if you run id also try removing the old binary if you have one eg For reference to whomever gets to this issue first, im guessing this weird thing is the underlying issue |
* #25: attempt to replicate replacer fail * #25: attempt to replicate replacer fail part 2 * #25: attempt to replicate replacer fail part 3 * #25: attempt to replicate replacer fail part 4 * #25: attempt to replicate replacer fail part 5 * #25: attempt to replicate replacer fail part 6 * #25: attempt to replicate replacer fail part part 7 * #25: attempt to replicate replacer fail part 8 * #25: CL
Update: would try the most recent version of the script and see if that resolves your issue! |
@pirog Working now -- Cheers! |
I am still getting this issue even after running |
@jessicalwilson what is the full command you are running for the install? Running |
@pirog Hey, so when I run the install script straight from lando
If I run
Then it doesn't look like it completes. I don't think this is the exact issue as above but would appreciate any help. I tried manually installing Docker but then it gets stuck on the docker-compose and I see a curl issue complaining about an SSL. |
@jessicalwilson can you try to download the installer script and invoke it with the curl -fsSL https://get.lando.dev/setup-lando.sh -o setup-lando.sh
# make it executable
chmod +x ./setup-lando.sh
# run with debug
bash setup-lando.sh --debug Can you also check out what is in ls -lsa ~/.lando/plugins
ls -ls ~/.lando/plugins/@lando |
@pirog This is the debug from the last command:
|
thanks! not sure why that would be happening but let me improve the debugging to see if we can get a better message. Going to mode this over to @lando/core since its coming directly from lando setup and not the installer script |
Getting the following error:
` /bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)"
this script is about to:
Press RETURN/ENTER to continue or any other key to abort:
downloading https://github.com/lando/cli/releases/download/v3.21.0-beta.12/lando-macos-x64-v3.21.0-beta.12-slim to /usr/local/bin/lando
################################################################################################## 100.0%
downloaded @lando/cli to /usr/local/bin/lando
/bin/bash: line 703: 85010 Killed: 9 "$@"
ERROR: Failed during: /usr/local/bin/lando `--clear``
The text was updated successfully, but these errors were encountered: