Hello @thejimbirch
I managed to install bp_cards using composer after modifying my composer.json
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "vcs",
"url": "https://github.com/xenomedia/xeno_hero"
},
{
"type": "git",
"url": "https://github.com/xenomedia/bp_cards"
}
],
And now the module is under
[fzied@tank xxxxxxx]$ ll ./modules/custom
total 16
drwxrwxr-x+ 7 fzied fzied 4096 May 19 17:16 bp_cards
drwxrwxr-x+ 7 fzied fzied 4096 Aug 10 2018 xeno_hero
but cannot enable it, any idea ? (BTW cannot enable xeno_hero either)
[fzied@tank xxxxxxx]$ vendor/bin/drush en bp_cards
[error] Unable to install modules bp_cards due to missing modules bp_cards.
Thank you,
ZIed.
Hello @thejimbirch
I managed to install bp_cards using composer after modifying my composer.json
And now the module is under
but cannot enable it, any idea ? (BTW cannot enable xeno_hero either)
Thank you,
ZIed.