Since the forked npmlog no longer emits events , we still have to take into account the count of the lines and the output and error streams that were being overridden earlier .
With #11, we've started this.
I'll work next on fixing the streams, (adding a setStream(lvl, stream) api), since our fork already supports level wise streams natively.
Since the forked npmlog no longer emits events , we still have to take into account the count of the lines and the output and error streams that were being overridden earlier .