-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Drush doesn't pick up on modules it downloaded in 8.x #104
Comments
Why is it getting downloaded to modules/devel ? I ran into this problem too. I then created sites/default/modules and Drush downloaded it there. I also created sites/all/modules/contrib but even when installing from sites/all the module was installed in sites/default/modules The change is a bit confusing. |
I can say that the expected behavior in D8 is to default to /modules as sites/all is deprecated. Sounds like there is a bug here though. |
This bug still stands, I think, but in my case it's downloading it to ~/.drush/, not the modules folder like it should. |
I can vouch for the original bug report. Drush will download the module (or, in my case, theme) to the proper directory in the present install, however when it goes to enable the module it doesn't discover the just-downloaded files. If you ctrl-C out of the operation and then do a drush en -y just-downloaded, it works as expected. |
@bradjones1 It seems you're suffering #5. The issues reported in the other comments above are already fixed. |
drush dl downloads the project to the correct folder in d8, but drush en doesn't find it.
The text was updated successfully, but these errors were encountered: