Error: getaddrinfo ENOTFOUND in nodejs for get call

后端 未结 10 746
离开以前
离开以前 2020-11-30 00:24

I am running a web server on node the code for which is given below

var restify = require(\'restify\');

var server = restify.createServer();

var quotes = [         


        
10条回答
  •  我在风中等你
    2020-11-30 00:57

    I also had same problem and I fixed it by using right proxy. Please double check your proxy settings if you are using proxy network.

    Hope this will help you -

提交回复
热议问题