I had to enable both the menu_ui and the path module to get the examples to install after installing Drupal using the minimal install profile.

Not quite sure why.

Comments

killes@www.drop.org created an issue. See original summary.

mikeryan’s picture

The node configuration for the examples was generated with the standard profile, and apparently menu_ui and path inserted their own bits into the exported config file. Possible solutions:

  1. Redo the node configuration from a minimal profile.
  2. Hand-edit the generated configuration to remove the dependent bits (dangerous!).
  3. Make the examples dependent on menu_ui and path.

  • mikeryan committed 3fa10fc on 8.x-2.x
    Issue #2730787 by mikeryan: Unspecified dependency on menu_ui and path
    
mikeryan’s picture

Status: Active » Fixed

Went with #2, simple enough.

  • mikeryan committed 3fa10fc on 8.x-3.x
    Issue #2730787 by mikeryan: Unspecified dependency on menu_ui and path
    

Status: Fixed » Closed (fixed)

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