- Issue created by @mortona2k
- 🇺🇸United States mortona2k Seattle
mortona2k → changed the visibility of the branch 3518682-incorect-depencency-nodenode to hidden.
Dependency node:node should be drupal:node.
This is causing an error on composer install:
Problem 1
- Root composer.json requires drupal/sneak_peak ^1 -> satisfiable by drupal/sneak_peak[1.0.x-dev (alias of dev-1.0.x)].
- drupal/sneak_peak dev-1.0.x requires drupal/node-node * -> could not be found in any version, there may be a typo in the package name.
- drupal/sneak_peak 1.0.x-dev is an alias of drupal/sneak_peak dev-1.0.x and thus requires it to be installed too.
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
Active
1.0
Code
mortona2k → changed the visibility of the branch 3518682-incorect-depencency-nodenode to hidden.