After doing all the clean up I could find, I am still encountering this error below.
I have seen the posts that say to stop other node
processes that might be running. I have done that, but still get this error.
From what I can tell, it's actually related to the server start .. where I'm guessing node is trying to start the service twice .. ?
Good news is it's nonfatal, and local server will run. Just asking here in case others are encountering this as well. Thanks
i functions: Preparing to emulate functions.
error: restPort (5002) is already in use
error: SUPERVISOR error Error: listen EADDRINUSE 127.0.0.1:5001
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at Server._listen2 (net.js:1271:14)
at listen (net.js:1307:10)
at net.js:1417:9
at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:62:16)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:81:10)
error: supervisorPort (5001) is already in use