node.js Error: connect ECONNREFUSED; response from server

前端 未结 6 995
再見小時候
再見小時候 2020-12-09 03:52

I have a problem with this little program:

var http = require(\"http\");
var request = http.request({
    hostname:          


        
6条回答
  •  一向
    一向 (楼主)
    2020-12-09 04:25

    If you have stopped the mongod.exe service from the task manager, you need to restart the service. In my case I stopped the service from task manager and on restart it doesn't automatically started.

提交回复
热议问题