Installing modules #55944
Replies: 1 comment
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi all, I am trying to install a module on a drupal site in codespaces and I keep running into this error.
@xxxx ➜ /workspaces/pantheon-whack (jxxxx) $ composer require 'drupal/tb_megamenu:^1.7'
Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (through xdebug.client_host/xdebug.client_port).
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been created
Running composer update drupal/tb_megamenu
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/tb_megamenu, it could not be found in any version, there may be a typo in the package name.
Potential causes:
see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
Installation failed, deleting ./composer.json.
My composer.json level is set to "dev" for stability, I know there is no typo and I've tried it on variety of modules so I know it can't be availability. Does anyone have idea on what my next step could be?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions