- Issue created by @buddyfinton
Automatically closed - issue fixed for 2 weeks with no activity.
When I try to install any module or theme I get a error like the following:
$ composer require 'drupal/bootstrap:^5.0'
./composer.json has been created
Running composer update drupal/bootstrap
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/bootstrap, it could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.
- It's a private package and you forgot to add a custom repository to find it
Read for further common problems.
Installation failed, deleting ./composer.json.
This was when installing the Bootstrap 5 theme but the same error occurs no matter what I try to install using composer.
I am using a fresh install of Drupal 10.4.1
Simply entering the command to install a module or theme
Active
5.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.