fxpio / foxy

A fast, reliable, and secure NPM/Yarn/pnpm bridge for Composer
https://foxypkg.com
MIT License
173 stars 21 forks source link

Show realtime output of the npm command #4

Closed schmunk42 closed 6 years ago

schmunk42 commented 7 years ago

I tried running an installation with -vvv and expected to see a "real-time" output of the npm command. Is this possible with PHP?

francoispluchino commented 7 years ago

Regarding the output, there are 2 things that are less friendly:

It's Nodejs that disable the dynamic output and the colored output. I did not find an option to force him. I initially thought to disable the output for the asset manager, and it's still better to have this output, in addition, you can add options to NPM / Yarn to do this.