darkguy2008 / parallelshell

Run multiple shell commands in parallel
501 stars 44 forks source link

fails on node8 #56

Closed gabor closed 7 years ago

gabor commented 7 years ago

basically #49

TypeError: "cwd" must be a string at normalizeSpawnArguments (child_process.js:380:11) at exports.spawn (child_process.js:465:38) at ....node_modules/parallelshell/index.js:104:17

adamreisnz commented 7 years ago

Looks like we're migrating to npm-run-all then!

MeanTeam commented 7 years ago

Ups! I created a new issue with this. I solved modifying this line: cwd: process.cwd(),

darkguy2008 commented 7 years ago

Fixed! See https://github.com/keithamus/parallelshell/issues/57#issuecomment-307984089