Address already in use - bind(2) for 127.0.0.1:3000



you need use kill -9 4343 (use lsof -wni tcp:3000 to see which process used 3000 port and get the process pid)

Comments