You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is specifically caused by the a recent security patch to node, whereby spawn now rejects batch files. Instead, the script should be spawned in a new shell, and this can be done simply by using { shell: true }, as indicated by nodejs/node#52554 (comment)
This seemed to be the expected fix going forward; given that the issue was caused by patching a security vulnerability, it won't be reverted.
By looking at the CI jobs, it seems that all jobs that are run on Windows are always failing for now during the installation of the dependencies step, like here: https://github.com/zazuko/cube-link/actions/runs/8702440720/job/23866486071.
The text was updated successfully, but these errors were encountered: