-
Notifications
You must be signed in to change notification settings - Fork 46
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
Drupal composer create-project Failed to download /plain/ directory #101
Comments
Same thing happening to me now, removing global prestissimo solved it. |
I write a batch file to fix this problem: composer-create-project.cmd
|
Still an issue? |
Yes, I'm also getting the same errors when running FYI I'm running PHP 7.3.2, Composer 1.8.4 and Prestissimo 0.3.8. |
I ran into the same issue today. I had hirak/prestissimo (0.3.8) and once I removed it the issue went away. |
The problem is that when prestissimo is installed, it uses curl which has CURLOPT_SSL_VERIFYPEER on by default since curl 7.10. I see no easy way to turn verify peer off which would be a bad idea anyway and the 2 sources used by this plugin do not support http, they redirect to https. A way to fix it is to set |
I'm trying to setup drupal 8 on windows, but it's failing during some download, which I don't understand, since I can navigate to the files myself. Can I download the files myself, or does it need to do additional installation? Either way, I'm not sure where the files would go exactly.
Here is a shortened version of the console:
The text was updated successfully, but these errors were encountered: