Closed gabor closed 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
Looks like we're migrating to npm-run-all then!
npm-run-all
Ups! I created a new issue with this. I solved modifying this line: cwd: process.cwd(),
cwd: process.cwd(),
Fixed! See https://github.com/keithamus/parallelshell/issues/57#issuecomment-307984089
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