The drupal_cms_starter recipe cannot be applied directly
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3508008. -->
Reported by: [darren oh](https://www.drupal.org/user/30772)
Related to !692 !512
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>If you try to apply the drupal_cms_starter recipe at the command line, it'll fail because <code>stark</code> isn't installed. This is due to a bug where CKEditor needs the active theme to be installed in order for its config to be validated.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>The drupal_cms_content_type_base recipe, which installs CKEditor configuration, needs to install Stark too so that the config is actually valid when the recipe is applied.</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>None.</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>None.</p>
issue