-
Notifications
You must be signed in to change notification settings - Fork 18
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
Installing with Composer #20
Comments
After installing the module this way, how does one uninstall it in Drupal 8. Composer remove doesn't give an error, but after that drush cr gives me this:
Any thoughts? Thanks! |
@jsibley2 It looks like the module wan't uninstalled prior to the removal. You may want to add it back in, uninstall it, and then remove it. |
Sorry, that was it. Thanks! |
I'm trying to use the commands above to install xeno hero using composer, however when I do there's nothing to install or update. Nothing comes from the repository despite the composer.json file updating. |
I'm getting this error after doing the following procedure: uninstalled Simple OAuth module -> cleared the cache via admin pannel -> run the command composer remove drupal/simple_oauth. Would appreciate any help. Thanks.
|
Solved it. |
Just thought I would leave a note here in case anyone was wanting to install with Composer. Not sure if this is the official way to do it, but it worked for me.
The text was updated successfully, but these errors were encountered: