javascript - Error with nodemon debug -
it reports me error
➜ express-basics git:(requests) ✗ nodemon --debug src/app.js [nodemon] 1.11.0 [nodemon] restart @ time, enter `rs` [nodemon] watching: *.* [nodemon] starting `node --debug src/app.js` error: listen eaddrinuse :::5858 @ object.exports._errnoexception (util.js:907:11) @ exports._exceptionwithhostport (util.js:930:20) @ agent.server._listen2 (net.js:1250:14) @ listen (net.js:1286:10) @ agent.server.listen (net.js:1382:5) @ object.start (_debug_agent.js:21:9) @ startup (node.js:70:44) @ node.js:974:3
a minute ago ok, what's going wrong? thanks
Comments
Post a Comment