Error: getaddrinfo ENOTFOUND localhost
后台-插件-广告管理-内容页头部广告(手机) |
一、背景:
在启动vue ui的时候,报错了。
报错信息:
node:events:491
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND localhost
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
Emitted 'error' event on WebSocketServer instance at:
at Server.emit (node:events:513:28)
at GetAddrInfoReqWrap.doListen [as callback] (node:net:1934:12)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:17) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'localhost'
}
Node.js v18.14.2
二、解决办法
修改host,在hosts文件中,加入
127.0.0.1 localhost
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。
在线投稿:投稿 站长QQ:1888636
后台-插件-广告管理-内容页尾部广告(手机) |