- Issue created by @leofishman
- 🇦🇺Australia jasp888
I'm experiencing a similar issue:
ubuntu@drupal:/var/www/directory1/site_portal$ composer require 'drupal/css_editor:^2.0' -W
./composer.json has been updated
Running composer update drupal/css_editor --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.Problem 1
- drupal/css_editor 2.0.1 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11] but these were not loaded, likely because it conflicts with another require.
- drupal/css_editor 2.0.2 requires drupal/core ^9 || ^10 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.3.6] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires drupal/css_editor ^2.0 -> satisfiable by drupal/css_editor[2.0.1, 2.0.2].Installation failed, reverting ./composer.json and ./composer.lock to their original content.
???
I used the recommended composer install:
$ composer create-project drupal/recommended-project my_site_nameAny suggestions would be appreciated - thks!
- First commit to issue fork.
- 🇮🇳India abhinesh
Drupal.org appends metadata to the code associated with the module page, specifically incorporating "drupal/core ~8.0" automatically. I encountered a similar challenge with one of my recipes. The resolution that proved effective was altering the project type from "module" to "general projects."
https://www.drupal.org/project/infrastructure/issues/3483086 💬 Request to Change Project Type Active