My site is running Drupal 8.8.5. The module indicates `core_version_requirement: ^8.7.7 || ^9`, I should be able to install this module but I can't enable it when doing so through drush:

% lando drush en views_custom_cache_tag
views_custom_cache_tag is incompatible with the Drupal version.

I am however able to enable it through the interface. Odd.

Comments

capellic created an issue. See original summary.

berdir’s picture

Status: Active » Fixed

> I am however able to enable it through the interface. Odd.

That's because the problem is neither drupal nor this module. It's drush. You need to update to a recent drush version, preferably drush 9/10.

capellic’s picture

Ahhh.. I'm using Drush 8. Thanks.

Status: Fixed » Closed (fixed)

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