Toru Nagashima

Results 123 comments of Toru Nagashima

Thank you for the information. Yeah, Git Bash of Windows is super problematic about stdin/stdout. I'm guessing related to https://github.com/nodejs/node/issues/5620. Please try defining the following alias. (This is similar to...

Thank you. Actually this is a bug of Node.js or MinGW. The `process.stdin` getter of Node.js hungs up on specific cases if you are using MinGW. `winpty` is the workaround...

Thank you for the question. At first, `npm-run-all script-one script-two` and `script-one & script-two` is pretty different. The `npm-run-all script-one script-two` is equivalence to `npm run script-one && npm run...

Thank you for this issue. Apology for the slow response. The `concurrently`-like option seems nicer. Because `npm-run-all` allows glob-like patterns to specify task names (e.g. `build:\"build:* -- --watch\"`), the label...

I apology that I have overlooked the notification of this issue. Thank you for the report. Interesting. I have not been aware of the limitation about this issue. The error...

Could you explain what is it?

Thank you. Hmm, what is the result of CLI tool? It sounds like pipe: `npm run a | npm run b | npm run c` But I'm not sure it's...

OK, I will challenge to add `--waterfall` option.

I'm sorry, I'm busy now. I will do this by early next month, but if someone can make a PR, please don't wait for me.

This has not implemented yet :sweat_smile: I have not gotten enough time for this issue for long time...