Skip to content
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

EINVAL is thrown when attempting to format on recent NodeJS versions on Windows #173

Open
sxxov opened this issue Oct 1, 2024 · 0 comments · May be fixed by #174
Open

EINVAL is thrown when attempting to format on recent NodeJS versions on Windows #173

sxxov opened this issue Oct 1, 2024 · 0 comments · May be fixed by #174

Comments

@sxxov
Copy link

sxxov commented Oct 1, 2024

This seems to be caused by NodeJS fixing CVE-2024-27980 detailed in this blog post by the NodeJS maintainers. cp.spawn is now required to pass { shell: true } if we want to call a .cmd file on Windows.

@sxxov sxxov linked a pull request Oct 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant