Does not appear to be able to install if Commerce has been installed, due to a name collision:

Unable to install Product, core.entity_form_display.node.product.default, core.entity_view_display.node.product.default, core.entity_view_display.node.product.teaser, field.field.node.product.body, node.type.product already exist in active configuration.

Attempted right after a Commerce 8.x-dev* install and uninstall. Entirely minor, of course! Thanks.

Comments

1kenthomas created an issue. See original summary.

TR’s picture

Category: Bug report » Support request
Status: Active » Fixed

That has nothing to do with the Commerce module - those configuration files are all Ubercart. Apparently you had Ubercart installed sometime in the past and are now trying to install it again. This is the normal Drupal core problem with module defined fields and content types not getting uninstalled when the module is uninstalled. The easiest way to deal with this is to temporarily move those yml files out of uc_product/config/install into some other directory, install Ubercart, then move them back.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.