You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When port 3000 is already in use, we get an error: Can't create listen socket: Address already in use. But we don't get told which port is already in use, so we don't know how to proceed. Add an error message that explains how to fix this.