next.js 错误:连接ECONNREFUSED 127.0.0.1:3716 [已关闭]

oipij1gg  于 2023-06-22  发布在  其他
关注(0)|答案(1)|浏览(104)

**关闭。**此题需要debugging details。目前不接受答复。

编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答这个问题。
3天前关闭。
Improve this question
我刚刚使用npx create-next-app@latest ./命令安装了next js。它只是把错误从盒子里扔了出来。终端中的错误日志是这样的。

- event compiled client and server successfully in 4.1s (567 modules)
- error Error: connect ECONNREFUSED 127.0.0.1:37169
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1574:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 37169
}
ttisahbt

ttisahbt1#

暂时降级到NodeJS v16。
这是一些Linux发行版上的已知错误,目前正在调查中。
有关进度和相关信息,请参见this issue

相关问题