求教 nodemon 卡在restarting了

nodemon 卡在restarting 不能自动重启了
该如何解决
图片说明

在package.json里配置一下scripts:

"scripts": { "start": "nodemon --watch src -e html,vue,js,less build/build.js" },