acquia / lightning-project

A Composer-based installer for the Lightning distribution of Drupal 8. Support ended on November 2, 2021 and this project is no longer maintained.
133 stars 60 forks source link

Travis fails, looking for devel_generate #42

Open zettainino opened 7 years ago

zettainino commented 7 years ago

Travis fails after this line:
$ drush pm-enable lightning_dev --yes

The error messages are: No release history was found for the requested project (devel_generate).

Module lightning_dev cannot be enabled because it depends on the following modules which could not be found: devel_generate

I may have missed something. Would you know how to resolve this? I'm thinking devel_generate is already included in devel

balsama commented 7 years ago

Hi. devel_generate is included in devel. But devel isn't a dependency of Lightning or Lightning Project (it's a dev dependency), so you might need to pull it in yourself.

I also wonder why you're installing Lightning Dev. That's a hidden module that we use to test update paths. It generally doesn't have any consumer facing code in it.