[nodemon] app crashed - waiting for file changes before starting... - Google Search

PHOTO EMBED

Tue Jun 22 2021 05:51:46 GMT+0000 (Coordinated Universal Time)

Saved by @jaimin #javascript #nodemon

/* Answer to: "[nodemon] app crashed - waiting for file changes before starting..." */

/*
  This is most likely happening because of all the running server
  process in the background. So just stop them from the terminal.
  
  All you have to do is kill them all by running the command below
  in the terminal then restart nodemon.
*/

  pkill -f node
content_copyCOPY

To kill process from the terminal.

https://www.google.com/search?q