首页 前端知识 Error: getaddrinfo ENOTFOUND localhost

Error: getaddrinfo ENOTFOUND localhost

2024-02-25 11:02:12 前端知识 前端哥 685 780 我要收藏

一、背景:

在启动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

 

转载请注明出处或者链接地址:https://www.qianduange.cn//article/2647.html
标签
评论
发布的文章

【jQuery详细介绍】

2024-03-10 11:03:26

jQuery核心函数

2024-03-10 11:03:10

vue echarts GL3d中国地图

2024-03-10 11:03:09

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!