You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drush --version and drupal --verison are not recognised. where are they set up? drush seems to be installed locally which is vendor/drush/drush/... so i can set up a link to it but thats not what i was expecting.
which drush returns nothing
which drupal returns nothing.
thanks
The text was updated successfully, but these errors were encountered:
Yeah, drush is not getting installed. Below is the output of drush command I tried:
#!/bin/bash -eo pipefail
drush config-get system.site name
/bin/bash: drush: command not found
Exited with code exit status 127
CircleCI received exit code 127
hi i've installed a new project via composer
drush --version and drupal --verison are not recognised. where are they set up? drush seems to be installed locally which is vendor/drush/drush/... so i can set up a link to it but thats not what i was expecting.
which drush returns nothing
which drupal returns nothing.
thanks
The text was updated successfully, but these errors were encountered: