有些东西已经在端口 3000 上运行了
问题描述:
我试图在我的本地主机上运行我的项目,但它说有些东西已经在你的端口 3000 上运行.
I have tried to run my project on my localhost but it is saying Something is already running on your port 3000.
答
你可以运行这个命令 npx kill-port 3000
.此命令保持清空您的 3000 端口
You can run this Command npx kill-port 3000
. This command keeps empty your 3000 port