-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Child process not starting and returning an error #401
Comments
Oh, that's a bummer. Thank you for trying. I will come back when I know more. From my understanding, the request to start the job returns null. Is there any place I can look, like a Node.js error log? P.S. I had already tried removing the node_modules directory and vendor (just listened to your podcast ^^). |
Make sure you're running the latest version of |
I've put a bit of work already into surfacing runtime errors in the terminal, which should help when you're using |
That was it. I am ashamed; I did verify that I was on the latest version of every package before posting the issue with Fixed by upgrading to 8.* |
No shame in it! This will be easier once we're past v1 |
What were you trying to do?
Start a child process
What happened?
It seems that the request to electron to start the process returns null.
https://flareapp.io/share/qm1bXQ2P
How to reproduce the bug
Package Versions
0.6.1
PHP Version
8.3.13
Laravel Version
10.48.22
Node Version
21.7.3
Which operating systems have you seen this occur on?
macOS
OS version
15.1
Notes
@simonhamp, you have access to my repository. It may be easier for reproducing the bug.
The text was updated successfully, but these errors were encountered: