Sounds like exactly that. You have a process running already on port 3000. Kill it.
lsof -wni tcp:3000
will list processes using that port.
Sounds like exactly that. You have a process running already on port 3000. Kill it.
lsof -wni tcp:3000
will list processes using that port.