You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: faq.md
+14
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ This is being added to as common issues occur on the [issues](http://github.com/
4
4
5
5
This is a working document, and if it makes sense, I'll take pull requests to help make it better.
6
6
7
+
# How to clear the console on restart
8
+
9
+
Rather than being a(nother) feature in nodemon, and as per the [design principles](https://github.com/remy/nodemon#design-principles) you can clear the console using nodemon's existing architecture.
10
+
11
+
In your `nodemon.json` (or in your `package.json`) you can include the follow event handler to always clear the console when nodemon starts:
0 commit comments