Ejemplo: [nodemon] la aplicación se bloqueó: esperando cambios en el archivo antes de comenzar …
/* 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
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)