-
Notifications
You must be signed in to change notification settings - Fork 297
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
Error during build (composer): Unknown system error -8 #575
Comments
Hi, can you please describe your steps? It seems you are running it on your localhost? |
It is in my above message, in the output I provided. This is the result of running
|
try changing your node version to 18 (I had issues with composer and changing the node version fixed it temporarely) |
@sordahl this did not change the error. It appears that this solution is setup to only use a Linux php binary source. |
Oh I get it now, I was not aware of |
Bug report
Description
Attempting to run
vercel build
against a fresh Laravel + Filament project and I am getting the following error:In local development, composer runs fine and has no errors. I am able to track the full command run via the
utils.js
and have no problems manually running the composer command generated there. It appears that I cannot spawn the child process to run this.The text was updated successfully, but these errors were encountered: