Grunt console support for ANSI terminal Follow
Currently It is not possible to run task which output requires ANSI control characters support, though WebStorm Terminal plugin supports it.
On the run I've got an error:
tty.setRawMode: Use `process.stdin.setRawMode()` instead.
Warning: Command failed: tty.setRawMode: Use `process.stdin.setRawMode()` instea
d.
Is it possible to support ANSI terminal in grunt console? Maybe issue have to be created?
Please sign in to leave a comment.
Please feel free to create a youtrack ticket to get this feature supported