node.js Error: connect ECONNREFUSED; response from server

前端 未结 6 999
再見小時候
再見小時候 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

    I had the same problem on my mac, but in my case, the problem was that I did not run the database (sudo mongod) before; the problem was solved when I first ran the mondo sudod on the console and, once it was done, on another console, the connection to the server ...

提交回复
热议问题