zkat/npx

Stdout is not printed until command finishes

edahlseng opened this issue · 1 comments

When running a command with npx, the stdout of the command is not shown until it finished. For example, running npx mocha prints all stdout at the end of the test, which $(npm bin)/mocha prints the output line by line as tests are worked through.

Turns out this is a problem with a different part of my setup. Sorry for the spam.