I am having this error when I try to install drupal8 using Lando.
Warning: require(/app/vendor/composer/../ircmaxell/password-compat/lib/password.php): failed to open stream: No such file or directory in /app/vendor/composer/autoload_real.php on line 66 Fatal error: require(): Failed opening required '/app/vendor/composer/../ircmaxell/password-compat/lib/password.php' (include_path='.:/usr/local/lib/php') in /app/vendor/composer/autoload_real.php on line 66
I have already tried lando composer install
and composer update
but the error has persisted.