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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys, I keep getting a port in use error when i try yarn dev-server no matter how many times i restart the entire process on my Macbook M1:
Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
at Server.setupListenHandle [as _listen2] (net.js:1331:16)
at listenInCluster (net.js:1379:12)
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1516:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:73:8) {
code: 'EADDRINUSE',
errno: -48,
syscall: 'listen',
address: '127.0.0.1',
port: 8080
}
error Command failed with exit code 1.
Beta Was this translation helpful? Give feedback.
All reactions