I'm currently in the process of setting up lando v3.23.3 on a completely fresh machine running the latest macOS Sequoia 15.1.
I use the newly introduced shell script for installation. Unfortunately the script is unable to update my bin path, the installation fails with
ERROR ==> Failed to update file: Cannot read properties of undefined (reading 'trim')
This error is triggered when the installer is trying to add lando to the bin path with lando shellenv --add
A manual execution of the command also fails with the same error.
I'm currently in the process of setting up lando v3.23.3 on a completely fresh machine running the latest macOS Sequoia 15.1.
I use the newly introduced shell script for installation. Unfortunately the script is unable to update my bin path, the installation fails with
This error is triggered when the installer is trying to add lando to the bin path with
lando shellenv --addA manual execution of the command also fails with the same error.