Когда я прекращаю запуск проекта, отображается следующая ошибка, но она работает нормально. Что мне делать?
npm ERR! code ELIFECYCLE
npm ERR! errno 130
npm ERR! expresssocket@1.0.0 dev: `nodemon app`
npm ERR! Exit status 130
0 info it worked if it ends with ok
13 verbose stack Exit status 130
18 verbose node v12.13.0
19 verbose npm v6.12.0
20 error code ELIFECYCLE
21 error errno 130
22 error expresssocket@1.0.0 dev: `nodemon app`
22 error Exit status 130
23 error Failed at the expresssocket@1.0.0 dev script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 130, true ]