You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
composer create-project pattern-lab/edition-development-twig pattern-library && cd $_
And got this:
> PatternLab\Installer::postUpdateCmd
PHP Parse error: syntax error, unexpected ')' in /Users/bdub/Projects/envirovantage-web-api-symfony/pattern-library/vendor/pattern-lab/core/src/PatternLab/InstallerUtil.php on line 353
Sure enough, in that file, there's an extra paren:
line 353:
$pathName = $file->getPathname());
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just ran this from the readme:
composer create-project pattern-lab/edition-development-twig pattern-library && cd $_
And got this:
Sure enough, in that file, there's an extra paren:
line 353:
The text was updated successfully, but these errors were encountered: