connect ECONNREFUSED 127.0.0.1:8000 请问是什么原因
Tsmwhite opened this issue · 3 comments
Tsmwhite commented
connect ECONNREFUSED 127.0.0.1:8000 请问是什么原因
Tsmwhite commented
run dev 后 进入项目首页,提示
NuxtServerError
connect ECONNREFUSED 127.0.0.1:8000
是因为 8000 服务没有跑起来吗?8000 也确实没有服务运行
应该怎么解决?
surmon-china commented
@theSmallwhiteMe
https://github.com/surmon-china/nodepress
nodepress 即为博客的服务端项目,即 8000 端口的服务,但 nodepress 同时又依赖 MongoDB、Redis;祝你顺利。
rahulkumarsingh73690 commented
I also Faced the same error what should I do.
Thanks in Advance