Automatically closed - issue fixed for 2 weeks with no activity.
When installing a Drupal 9 site from configuration using Drush, I get an error that
The service "ng_lightbox" has a dependency on a non-existent service "path_alias.manager".
ng_lightbox
was previously previously installed. Add drupal:path_alias
as a module dependency, as
another module did →
.
$ vendor/bin/drush site-install --existing-config
[notice] Starting Drupal installation. This takes a while.
[notice] Performed install task: install_select_language
[notice] Performed install task: install_select_profile
[notice] Performed install task: install_load_profile
[notice] Performed install task: install_verify_requirements
[notice] Performed install task: install_verify_database_ready
[notice] Performed install task: install_base_system
[notice] Performed install task: install_bootstrap_full
In CheckExceptionOnInvalidReferenceBehaviorPass.php line 86:
The service "ng_lightbox" has a dependency on a non-existent service "path_alias.manager".
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.