BrianGilbert / docksal-core-sprint

4 stars 2 forks source link

Drupal Console not installed #5

Open RainbowArray opened 7 years ago

RainbowArray commented 7 years ago

I'm getting the following error on fin init:

[ERROR] Drupal Console is not installed at:                                                 
         /var/www/docroot                                                                    
   You must execute the following composer commands:
 composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader

I can manually do that, but then afterwards it's not clear if I need to run fin init again? From my experience doing so twice seems to cause everything to hang. Would be nice if this just worked without having to worry about that.

RainbowArray commented 7 years ago

Yes, to get fin init to work again without hanging, I need to blow away docroot to start again, so there doesn't seem to be a way around this.