Drupal 9 composer install console is not able to pick the correct path through autoloader vendor/bin/drupal
Problem/Motivation
When I install Drupal console using composer, it installs successfully and but when you execute it it throw the following error.
Warning: require(/opt/drupal/vendor/drupal/console/bindrupal.php): Failed to open stream: No such file or directory in /opt/drupal/vendor/bin/drupal(21) : eval()'d code on line 3
The code the drupal binary starts working.
This require DIR is existing other composer modules. Not sure why it is not there.
Could you please update this?
Drupal 9 composer install console is not able to pick the correct path through autoloader vendor/bin/drupal
Problem/Motivation
When I install Drupal console using composer, it installs successfully and but when you execute it it throw the following error. Warning: require(/opt/drupal/vendor/drupal/console/bindrupal.php): Failed to open stream: No such file or directory in /opt/drupal/vendor/bin/drupal(21) : eval()'d code on line 3
Fatal error: Uncaught Error: Failed opening required '/opt/drupal/vendor/drupal/console/bindrupal.php' (include_path='.:/usr/local/lib/php') in /opt/drupal/vendor/bin/drupal(21) : eval()'d code:3 Stack trace:
0 /opt/drupal/vendor/bin/drupal(21): eval()
1 {main}
thrown in /opt/drupal/vendor/bin/drupal(21) : eval()'d code on line 3 Details to include:
Steps
The code the drupal binary starts working. This require DIR is existing other composer modules. Not sure why it is not there. Could you please update this?