Being totally new into node.js environment and philosophy i would like answers to few questions. I had downloaded the node.js for windows installer and also node package man
This clears the console on Windows and puts the cursor at 0,0:
var util = require('util'); util.print("\u001b[2J\u001b[0;0H");
or
process.stdout.write("\u001b[2J\u001b[0;0H");