Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable bp_cards on drupal 8 #2

Open
fzied opened this issue May 19, 2019 · 0 comments
Open

Enable bp_cards on drupal 8 #2

fzied opened this issue May 19, 2019 · 0 comments

Comments

@fzied
Copy link

fzied commented May 19, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant