【ERROR】Port 4200 is already in use. Use '--port' to specify a different port.

本文记录了一次在启动Node.js项目时遇到的端口4200被占用的问题,详细展示了如何通过命令行找到占用端口的进程并终止,从而成功启动项目的过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

报错

cielo@cielo-ThinkPad-E550:~/cprogrames/csupplychain/CSupplyChain$ npm start

> CSupplyChain@0.0.1 start /home/cielo/cprogrames/csupplychain/CSupplyChain
> ng serve --proxy-config proxy.conf.js --host localhost

Port 4200 is already in use. Use '--port' to specify a different port.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! CSupplyChain@0.0.1 start: `ng serve --proxy-config proxy.conf.js --host localhost`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the CSupplyChain@0.0.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/cielo/.npm/_logs/2019-04-22T09_26_41_992Z-debug.log

解决方法

cielo@cielo-ThinkPad-E550:~/cprogrames/csupplychain/CSupplyChain$ sudo lsof -t -i:4200
16489
cielo@cielo-ThinkPad-E550:~/cprogrames/csupplychain/CSupplyChain$ sudo kill -9 16489
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值