Is there any way to clear terminal while nodemon is running? I am using Ubuntu 18.04
Insert the following code into the nodemon.json file.
{
"events": {
"start": "clear"
}
}
This is what the nodemon events are for. You can include either a global or local nodemon.json file as per the following to do what you're after.
{
"events": {
"start": "echo -ne '\\ec'"
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With