drush-launcher icon indicating copy to clipboard operation
drush-launcher copied to clipboard

Root is required, but how can I configure?

Open csakiistvan opened this issue 6 years ago • 1 comments

Hello,

I have a drupal 7 project, and the git is only available in profile folder: /www/profiles/myprofile/myprofile.make

In this folder has a make file and we run remake command if we put a new module or something to this. But now I can not run the drush make command because the error message is:

The Drush launcher could not find a Drupal site to operate on. Please do one of the following:

  • Navigate to any where within your Drupal project and try again.
  • Add --root=/path/to/drupal so Drush knows where your site is located.

It is not care where I am (www or profile folder) the result is all the same. Should I add a conigure file to somewhere? If I add drush status command the result is the same

csakiistvan avatar Oct 22 '19 08:10 csakiistvan

If I add drush status command under a D8 project, it add a valid result not the --root error like below

csakiistvan avatar Oct 22 '19 08:10 csakiistvan