Categories JavaScript Answers How to clear console on Node.js on windows? Post author By John Au-Yeung Post date September 9, 2022 No Comments on How to clear console on Node.js on windows? Spread the love To clear console on Node.js on windows, we call the proces.stdout.write method. For instance, we write process.stdout.write('\033c'); to call write with '\033c' to clear the console. Related Posts How to install Node.js as windows service?To install Node.js as windows service, we use the node-windows package. For instance, we write… How to format console output with Node.js?Sometimes, we want to format console output with Node.js. In this article, we'll look at… How to erase characters printed in console with Node.js?Sometimes, we want to erase characters printed in console with Node.js. In this article, we'll… By John Au-Yeung Web developer specializing in React, Vue, and front end development. View Archive → ← How to include external .js file in Node.js app? → How to save multiple documents concurrently in Mongoose and Node.js? Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Current ye@r * Leave this field empty