Problem/Motivation
I cloned my repo, ran composer install, then proceeded with drush install and that’s when I got the message You have requested a non-existent service "plugin.plugin_type_manager".
Steps to reproduce
In my case, try installing Drupal.
Proposed resolution
N/A
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Comments
Comment #2
joachim commentedDo you mean you're installing Drupal from scratch? Which install profile?
I'm confused how Drupal is looking for that service from this module, when this module won't be enabled by the installer.
Comment #3
kartagisThe profile is standard, but the distribution is Varbase.
Comment #4
joachim commentedCould you debug to try to find out why it's trying to load that?
Are you doing an install on an existing site to wipe it, or with an empty DB?
Comment #5
kartagisCurrency is a module Varbase loads, and Plugin is a dependency of Currency as seen at https://git.drupalcode.org/project/currency/-/blob/8.x-3.x/currency.info.... I am doing a fresh install.
Comment #6
joachim commentedAh right.
Is there a service called plugin.plugin_type_manager? If so, can you debug who is requesting it?