Skip to content

Node.js Port Already in Use

View on Twitter

💡 Failing to start a Node.js server because port is already taken? "Error: listen EADDRINUSE" 🚫

👉🏼 kill-port will kill the process running on a specific port. Works on MacOS/Unix and Windows

➡️ npx kill-port 3000

https://github.com/tiaanduplessis/kill-port

You might also like
Support ESM and CommonJS Uses of Your Library Read tip
Tell Heroku How to Start Your App With Procfile Read tip
Github Profile README Chess Game Read tip