- 🇮🇳India Akshay kashyap
I have fixed the
"themes/zen/STARTERKIT/templates/content/node.html.twig" at line 1
path issue. I have created a patch for this please review it.
Thanks. - 🇺🇸United States aubjr_drupal
If you come across this error (which I did), your STARTERKIT.info.yml is probably out of date → .
Update your newly renamed copy of STARTERKIT.info.yml by replacing:
component-libraries: STARTERKIT: paths: - components - templates
...with:
components: namespaces: yourSubthemeName: components
(There hasn't been a patch applied since this project is old and appears to have been abandoned years ago. There are other small tweaks to the codebase you'll need to make this work with D10 - such as drupal_get_path() has long since been deprecated.)