在做了所有我能找到的清理之后,我仍然在下面遇到这个错误。
我看过那些写着阻止别人的帖子
node
可能正在运行的进程。我已经这么做了,但还是犯了这个错误。
据我所知,它实际上与服务器启动有关。我猜node正在尝试启动两次服务。是吗?
好消息是它是非致命的,本地服务器将运行。只是问问这里,以防其他人也遇到这种情况。谢谢
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