Something is already running on port 3000. Would you like to run the app on another port instead?

查看端口
sudo lsof -i :3000


删除进程
sudo kill -9 12297[pid]
 
原文地址:https://www.cnblogs.com/wzndkj/p/11697144.html