I am creating my first sails.js application. When i tried
sails debug
I get the following error on the command line
Debugger listening on port 5858 info: Starting app... error: Grunt :: Error: listen EADDRINUSE at exports._errnoException (util.js:746:11) at Agent.Server._listen2 (net.js:1129:14) at listen (net.js:1155:10) at Agent.Server.listen (net.js:1240:5) at Object.start (_debugger_agent.js:20:9) at startup (node.js:86:9) at node.js:814:3
To get the PID of the process using port: 5858, I tried to run
C:\Windows\system32>netstat -a -n -o
but, unfortunately, the process is not connected to port 5858. Did I miss something?
I am using Windows 8.1 with node.js v0.12.0 and sails.js 0.11.0
source share