-
Notifications
You must be signed in to change notification settings - Fork 100
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
meta git commands fail with Error: spawn EINVAL on latest Node versions in Windows #334
Comments
This is due to Node patching CVE-2024-27980 on Windows: https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 It can be worked around by adding Made that change locally in Incidentally, any plans to update to latest |
Hello, I'm currently experiencing the same issue. |
Kindly Fix this |
Hi, it seems this can be easily fixed :" users can now pass { shell: true } as an option to prevent the occurrence of EINVALs errors." https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 can you please fix it? Or can we create a PR for this? |
π Bug Report
To Reproduce
Steps to reproduce the behavior:
Start with
on a Windows machine
then execute
meta git ...
Expected behavior
Command processes as normal.
The text was updated successfully, but these errors were encountered: