I was trying to install redirect module using Drush and it gave me the following error message without any apparent reason:
$ drush dl -y redirect $ drush en -y redirect Project redirect contains 3 modules: redirect_404, redirect_domain, redirect. redirect is incompatible with the Drupal version. [error]
I wasn't able to find anything on the Internet. I decided to upgrade my Drush from version 8.1.17 to 8.3.2. Then, it worked with the same commands.