Abraham Mauricio Mejia Duque
Preguntacuando ejecuto el npm run start me da este error :
sh: nodemon: command not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! nodejsbasico@1.0.0 start:
nodemon index.jsnpm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the nodejsbasico@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/dev1/.npm/_logs/2020-06-14T05_39_53_741Z-debug.log
Dreams Engine
Pareciera como si nodemon no estuviera instalado en los node_modules, una forma de saber es revisar el package.json y ver si se encuentra esa dependecia en el proyecto
Dreams Engine
npm install --save-dev nodemon
