Drupal console: option "-shellexec_output" does not exist

Since the recent drupal 8 update, my drupal console no longer works even after re-initializing the project, updating the composer, etc.

Version for Drupal Console:
1.0.0-beta5
Command:
drupal generate: module
Version for Drupal
8.1.1
but also 8.2.x

error message:
[Symfony \ Component \ Console \ Exception \ RuntimeException]
The parameter "--shellexec_output" does not exist.

Can anyone help here?

+4
source share
1 answer

Delete line c shellexec_output: truefrom ~/.console/config.yml(possibly the last line in the file).

: https://github.com/hechoendrupal/DrupalConsole/issues/2782

+9

Source: https://habr.com/ru/post/1657144/


All Articles