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

Kartagis created an issue. See original summary.

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

Do 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.

kartagis’s picture

The profile is standard, but the distribution is Varbase.

joachim’s picture

Could 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?

kartagis’s picture

Currency 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.

joachim’s picture

Ah right.

Is there a service called plugin.plugin_type_manager? If so, can you debug who is requesting it?