tighten/lambo

Investigate what can be done about the Laravel Installer failing when it is used with --quiet.

mattstauffer opened this issue · 3 comments

Issue created by @jonsugar, I just converted it from a note to an issue.

From Jon:

TL;DR its because it blindly passes the --quiet / --no-ansi flag through to all commands that are run. chmod does not have these options and interprets them as directories.

OK, so.. I'm not getting that error when I pass it in on the command line:

image

Is this something they fixed? Or something only we are triggering?

@mattstauffer Are you buy any chance using the ^3.0 version of the laravel installer? I just tested with 3.2.0 and reproduced your experience. Switch to ^4.0 (4.0.4) and:

Screenshot 2020-09-19 at 16 14 07