Hello,
I tried to install and enable the Light Skeleton theme (both 8.x-1.0 and dev versions) and installation failed.

I got the error message: "Unable to install light_skeleton, block.block.light_skeleton_help has unmet dependencies."

I checked the logs and this is what I found:

Drupal\Core\Config\UnmetDependenciesException: Configuration objects (block.block.light_skeleton_help) provided by light_skeleton have unmet dependencies in Drupal\Core\Config\UnmetDependenciesException::create() (line 84 of /workspace/someprojectcom/core/lib/Drupal/Core/Config/UnmetDependenciesException.php).

Can you please check it?

Thank you in advance! :)

Comments

ntg created an issue.

ntg’s picture

After investigating the issue, it seems that the template requires that the "Help" module is activated.

In my case, I did a minimal Drupal installation and then enabled the modules that I wanted. The "Help" module is not among the ones that I wanted to have activated.

Is it possible to have the theme enabled without having to enable the Help module?