Open Synj24 opened 7 years ago
Synj24,
Did you ever figure this out? I'm having the same issue. Thanks!
@Synj24 @nelslynn,
We have tagged new release - 8.2.2. Requirement for console is changed there, so this problem could be resolved.
Can you please check again?
I have tested on Mac OS X:
composer 1.6.3
php 7.1.14
You must Install PHP extension mbstring.
sudo apt-get install php-mbstring
Hi, i am trying to add burdamagazinorg/thunder to the project, because i removed it from the composer.json for update the drupal code and modules. How i can solve these problems??
` Problem 1
Installation failed, reverting ./composer.json to its original content. `
Trying to install thunder after Drupal 8.7.3 `Your requirements could not be resolved to an installable set of packages.
Problem 1
How I can solve this??
The issue
I'm having issues trying to create a project. When i run:
composer create-project burdamagazinorg/thunder-project thunder
I get this response:And when i run
php --ini
it gives me these:Attempted solution
I've tried installing alchemy/zippy with
composer require alchemy/zippy
in my project directory returning:I'm confused as to why when i try to install the package it is complaining about it complains about not having the package i'm trying to install... I'm probably missing something obvious this is my first time using drupal/thunder/composer.
I found this issue on the drupal-console repo and have tried clearing the cache and installing globally to no avail.
I've searched around and found similar problems for other composer packages but i am unsure of how to resolve these conflicts.
is this an issue with the composer.json file or something to do with the drupal/console package?
System infomation
I'm on an aws instance running ami linux using: PHP version 7.0.21 Composer version 1.5.2 Node version 4.4.5
Sorry for the massive wall of text, Thanks for your time! :bowing_man: