Getting the same issue as under https://www.drupal.org/project/radix/issues/3244325 for Radix 5 install of subtheme
Drupal 9.2x + Php8 + Components 2.4 + radix 5
drush --include="web/themes/contrib/radix" radix:create "Subtheme"
PHP Fatal error: Trait 'Robo\Task\Archive\loadTasks' not found in /web/themes/contrib/radix/Commands/radix/SubThemeCommands.php on line 24
also tried adding "consolidation/robo": "^3.0" & components 3.... but error stays
Comments
Comment #2
rar9 commentedWith "consolidation/robo": "^1.0" it seams to work :-(
Comment #4
doxigo commentedThanks for bringing this up, added a minimum version of the required package, even though we probably have to kill this way of creating a subtheme and extend it with a newer core approach
for now, its fixed on the latest 5.x-dev version, will release a new beta soon
Comment #5
doxigo commentedComment #7
charly71 commentedDoesn't work for me
Comment #8
robbt commentedSo the issue here is that 'consolidation/robo' 3.0 doesn't work and gives this error.
When I switched to force consolidation/robo": "^1.0" - it appears to work.
Also consolidation/robo wasn't automatically installed when I installed the radix theme, so perhaps there is still an issue somewhere. I'm using the latest dev version of radix as of today.