服务器启动时Firebase webApp非严重错误:“功能:正在准备模拟功能”。

时间:2018-11-16 20:09:17

标签: firebase google-cloud-functions firebase-cli

进行所有可能的清理后,我仍然在下面遇到此错误。

我看到过一些帖子说停止其他可能正在运行的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

0 个答案:

没有答案