We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.3
When doing a completely fresh install of Symfony webapp with the following command: symfony new --webapp some-folder/
symfony new --webapp some-folder/
the installation is stopped on half way, and console outputs the following:
Just try to install a completely fresh Symfony app
Probably something related to this JS lib: https://stimulus.hotwired.dev/ And/or, maybe, Symfony somehow messes things up with this lib.
Tried installing via symfony new . --version="7.1" --webapp, symfony new . --version="6.4.22" --webapp; under a VPN — problem persists.
symfony new . --version="7.1" --webapp
symfony new . --version="6.4.22" --webapp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symfony version(s) affected
7.3
Description
When doing a completely fresh install of Symfony webapp with the following command:
symfony new --webapp some-folder/
the installation is stopped on half way, and console outputs the following:
How to reproduce
Just try to install a completely fresh Symfony app
Possible Solution
Probably something related to this JS lib: https://stimulus.hotwired.dev/
And/or, maybe, Symfony somehow messes things up with this lib.
Additional Context
Tried installing via
symfony new . --version="7.1" --webapp
,symfony new . --version="6.4.22" --webapp
; under a VPN — problem persists.The text was updated successfully, but these errors were encountered: