npm start报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm start报错相关的知识,希望对你有一定的参考价值。

报错信息

20 error code ELIFECYCLE
21 error errno 1
22 error  start: `webpack-dev-server --config ./scripts/webpack.dev.config.js`
22 error Exit status 1
23 error Failed at the start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

原因 :端口被占用

解决方式:

查询占用端口的进程:

netstat -ano|findstr  [端口号]

技术分享图片

 

关闭进程:

taskkill /f /t /im [进程号]

技术分享图片

 

 重新执行

npm start

以上是关于npm start报错的主要内容,如果未能解决你的问题,请参考以下文章

npm install 和npm start各种报错无法解决的问题

npm start报错

npm start报错

react 打包项目npm start 报错 Failed at the start script.

react创建项目后使用npm start启动报错解决方案

react创建项目后使用npm start启动报错解决方案