Closed infabo closed 1 year ago
This should be fixed in master already. This happens if the command doesn't find any template directories. Could you check dev-master?
No, it happens when using typo3-composer-installers 4 or 5.
return strpos($package->getPackagePath(), Environment::getExtensionsPath()) === 0;
At least it fails with an error and not silently. I'll look into it, thanks!
Can you check if #133 solves this?
Works
Fixed with 3.5.1. Thanks!