Closed (fixed)
Project:
Counter
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2022 at 06:53 UTC
Updated:
1 Mar 2022 at 12:34 UTC
Jump to comment: Most recent
Getting below issue while installing module using composer:
Problem 1
- drupal/counter dev-1.x requires matomo-org/device-detector ^5.0 -> could not be found in any version, there may be a typo in the package name.
- drupal/counter 1.x-dev is an alias of drupal/counter dev-1.x and thus requires it to be installed too.
- Root composer.json requires drupal/counter 1.x-dev@dev -> satisfiable by drupal/counter[1.x-dev (alias of dev-1.x)].
Run: composer require 'drupal/counter:1.x-dev@dev'
Comments
Comment #4
gaurav.kapoor commented@narendraR Thanks for reporting this issue. I noticed there was a typo in the package name in composer.json and I have fixed it now. I am able to install the module using composer now. Let me know if you are still getting issues.
Comment #5
narendrarWorked for me. Thanks.
Comment #6
gaurav.kapoor commented