[nodemon] failed to start process, "babel-node" exec not found
[nodemon] Error
at Bus.utils.bus.on (/home/wow0372/new_project/fortuneTeller/node_modules/nodemon/lib/nodemon.js:158:25)
at Bus.emit (events.js:203:15)
at ChildProcess. (/home/wow0372/new_project/fortuneTeller/node_modules/nodemon/lib/monitor/run.js:190:11)
at ChildProcess.emit (events.js:198:13)
at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
위의 에러가 떴는데.... 정상적으로 작동되는 프로젝트에는 babel-node 관련 패키지가 다운되어 있는데 에러가 나는 프로젝트에는 존재하지 않았다. 그래서 이 부분을 수정하자 해결이 됬다.