node.js error

(node:7736) UnhandledPromiseRejectionWarning: Error: getaddrinfo ENOTFOUND  192.168.........
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26)

Solution: Check the host setting and change it to 127.0.0.1orlocalhost

Guess you like

Origin blog.csdn.net/men_gqi/article/details/109674065