From a node.js tutorial, I see those two process.stdout functions :
process.stdout.clearLine(); process.stdout.cursorTo(0);
But I\'m using
For my part, I had the clearline is not a function error in a package that use process.stdout.clearline().
clearline is not a function
process.stdout.clearline()
I had to start my windows console as administrator to make it works.