zkat / npx

execute npm package binaries (moved)

Home Page:https://github.com/npm/npx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stdout is not printed until command finishes

edahlseng opened this issue · 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.