I don't want to see that message whenever I save a file in my project. I already have
{
"events": {
"start": "node -e 'console.clear()'"
}
}
in my nodemon.json to indicate my project has restarted.
I don't want to see that message whenever I save a file in my project. I already have
{
"events": {
"start": "node -e 'console.clear()'"
}
}
in my nodemon.json to indicate my project has restarted.
Share Improve this question asked Dec 27, 2018 at 0:14 sdfsdfsdfsdf 5,64010 gold badges48 silver badges80 bronze badges 2- Just curious, but why? – Phix Commented Dec 27, 2018 at 0:15
- I'm making a screencast and the message is kind of distracting from the console.logs in the file I'm editing – sdfsdf Commented Dec 27, 2018 at 0:19
1 Answer
Reset to default 8You can tell nodemon
to be quiet, by passing the -q
argument. According to nodemon --help options
, this will:
minimise nodemon messages to start/stop only
Usage: nodemon -q