hechoendrupal / drupal-console-core

This project contains commands and features to be shared across DrupalConsole projects.
134 stars 69 forks source link

[develop:contribute] throws error during composer install the site #372

Closed novia713 closed 4 years ago

novia713 commented 4 years ago

the command $ drupal develop:contribute \ --drupal=/Users/leandro/Sites/translator-kk \ --code=/Users/leandro/git gives the following output:

 Executing command: composer install --working-dir=/Users/leandro/Sites/translator-kk
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 143 installs, 0 updates, 0 removals
  - Installing cweagans/composer-patches (1.6.7): Loading from cache
  - Installing composer/installers (v1.7.0): Loading from cache
  - Installing zaporylie/composer-drupal-optimizations (1.1.1): Loading from cache
  - Installing composer/semver (1.5.0): Loading from cache
  - Installing drupal-composer/drupal-scaffold (2.6.1): Loading from cache
  - Installing symfony/polyfill-ctype (v1.12.0): Loading from cache
  - Installing symfony/finder (v3.4.32): Loading from cache
  - Installing symfony/yaml (v3.4.32): Loading from cache
  - Installing drupal/console-extend-plugin (0.9.2): Loading from cache

  [InvalidArgumentException]
  Package type "drupal-console-library" is not supported
novia713 commented 4 years ago

@enzolutions did you happen to test this?

enzolutions commented 4 years ago

@novia713 @harold20 have been working a PR https://github.com/weknowinc/drupal-console-develop/pull/40 to fix that, but there are stills issues, if you can check and maybe help us to fix, would be great

novia713 commented 4 years ago

solved with https://github.com/hechoendrupal/drupal-console-extend-plugin/pull/22