Aaron Feledy

Results 19 comments of Aaron Feledy

I had success by launching it from an admin command line with `lando-x64-v3.10.0.exe /LOG`. Something about adding the log flag prevented the dll error. Also, no flags at all from...

The Lando installer also fails with this error in Azure Windows environments. This seems to be a bug related the Inno Setup package Lando uses to build the installer. It's...

In the Linux filesystem. It's faster because there's no translation happening between two filesystems this way. Docker just mounts the Linux dirs directly. Also WSL2 runs next to Windows, not...

The lando/setup-lando#17 pull request has a potential new install method that could use some testing.

Found another mention of this error with a workaround: https://github.com/cncf/cncf.io/blob/91473b33cc2c30ce14a9bb73dbca5d7c671a5b18/README.md?plain=1#L33 > If you happen to get an error that looks like this `ERROR ==> Need to give this composition a...

Yeah, it looks like `Microsoft-Windows-Subsystem-Linux` is WSL1, which once upon a time, needed to be installed before you could upgrade to WSL2, so it would make sense that anyone running...

`lando rebuild -vvv` will give you verbose output and may offer some clues as to what exactly is failing.

It always feels like a clunky process to me as well, prone to errors such as running init and generating the landofile in the parent directory. That said, "init" is...

Duplicate of lando/lando#1847 There is a workaround there.