Closed claudiopro closed 6 years ago
Fixes #43, switches to cross-spawn which addresses these issues:
child_process.spawn
.cmd
.bat
shell: true
>=v6
cross-spawn
v4
Actually it was cherry-picked into v4 LTS and v5 too, see https://github.com/nodejs/node/pull/4598. I'll open a PR to clarify this in cross-spawn.
v4 LTS
v5
Fixes #43, switches to cross-spawn which addresses these issues:
child_process.spawn
unable to execute.cmd
or.bat
commands on Windowsshell: true
working only with Node>=v6
(according tocross-spawn
; Node docs say it's supported sincev4
)shell: true