npm run serve启动报错

编译的时候出错怎么解决呀
ERROR Failed to compile with 1 error 08:50:
error Module not found: Error: Can't resolve 'E:\c#\课设\code\jiankang-jiancha-ui\node_modules\webpack-dev-server\client\index.js?protocol=ws&hostname=localhost&port=8080&pathname=%2Fws&logging=none&reconnect=10' in 'E:\c#\课设\code\jiankang-jiancha-ui'
ERROR in Module not found: Error: Can't resolve 'E:\c#\课设\code\jiankang-jiancha-ui\node_modules\webpack-dev-server\client\index.js?protocol=ws&hostname=localhost&port=8080&pathname=%2Fws&logging=none&reconnect=10' in 'E:\c#\课设\code\jiankang-jiancha-ui'
webpack compiled with 1 error

缺少依赖
npm install

可能是某个文件import的时候出错了,路径或者名称不对。