Si encuentras algún problema en tu código o trabajo, recuerda probar siempre en un ambiente de testing antes subir el código al proyecto final.
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
valoraciones y reseñas
Si crees que te ha sido útil nuestro post, sería de mucha ayuda si lo compartes con otros seniors de este modo contrubuyes a extender este contenido.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)