When i`am create a new theme with the command:
$ bin/plugin devtools new-theme
After the request “Please choose a template type” a message appears:
PHP Notice: Undefined variable: output in … /vendor/symfony/console/Helper/QuestionHelper.php on line 447
PHP Notice: Undefined variable: exitcode in … /vendor/symfony/console/Helper/QuestionHelper.php on line 447
PHP Warning: exec() has been disabled for security reasons in … /vendor/symfony/console/Helper/QuestionHelper.php on line 447
PHP Notice: Undefined variable: exitcode in … /vendor/symfony/console/Helper/QuestionHelper.php on line 449
What could be the problem?