nodemon 卡在restarting 不能自动重启了该如何解决
在package.json里配置一下scripts:
"scripts": { "start": "nodemon --watch src -e html,vue,js,less build/build.js" },