Something is fishy with the Grunt runner
Hi there,
I get an error from grunt plugins trying to do "fancy" stuff in the console window using calls to the process.stdout ala:
process.stdout.clearLine();
process.stdout.cursorTo(0);
The error : Warning: Object #<Socket> has no method 'clearLine'
Try the png2svg grunt plugin for an example of this error.
Running the plugins from the commandline works as expected.
Any thoughts on this?
请先登录再写评论。
Sorry, I ment svg2png. You can find the plugin here: https://github.com/dbushell/grunt-svg2png