-
-
Notifications
You must be signed in to change notification settings - Fork 194
artisan native:serve fails with symfony/console > v7.2.7 #604
New issue
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
Comments
@andreamarelli Did you figure it out? Its also happening to me. |
No, @muhghazaliakbar. I forced |
I ran into a similar error on Windows 11 after the update to v1.0.7. Downgrading |
Adding |
I got same issue after running |
I can confirm the downgrade to |
Where do I add this? I don't see symfony in my compser.json file. At least not in my project. Should I add this somewhere else? |
You can just install it in your composer.json. |
@theoreaves |
Uh oh!
There was an error while loading. Please reload this page.
What were you trying to do?
Update my composer dependencies
What happened?
As soon as I update
symfony/console
(not direct composer dependency) from v7.2.7 to v7.3.* I am not able anymore to run successfullyphp artisan native:serve
.How to reproduce the bug
This is my first time using electron, so not really an expert in this domain, but it worked without any issue in the past weeks with
symfony/console
at7.2.7
. The issue occurs as soon as I update to a newer version.Debug Output
The console output:
The laravel log:
Which operating systems have you seen this occur on?
macOS
The text was updated successfully, but these errors were encountered: