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
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
With a recent security patch for Node.js for the versions 18.X, 20.X and 21.X, Node now prevents from executing .bat / .cmd scripts with the spawn function on Windows.
To fix this, the command should be sanitized and tha parameter { shell: true } should be passed to the spawn function.