gpt4 book ai didi

windows - 在 Windows 的 80 端口上运行 node.js webbapp

转载 作者:IT老高 更新时间:2023-10-28 23:01:19 27 4
gpt4 key购买 nike

我需要让我的本地 node.js webapp 监听 80 端口。现在,如果在端口 80 上运行我的应用程序,我会收到此错误

events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EACCES
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1020:19)
at listen (net.js:1061:10)
at Server.listen (net.js:1127:5)
at Object.<anonymous> (\scripts\server.js:23:4)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)

如果在 4321 端口上运行应用程序,则不会重现此错误,因此取决于端口。

我应该怎么做才能在 Windows 7 的端口 80 上运行我的应用程序

最佳答案

在 Windows 机器上,您的 80 端口可能正忙于 IIS 服务器。尝试先停止 iis,然后使用端口 80 运行 node.js webapp。

关于windows - 在 Windows 的 80 端口上运行 node.js webbapp,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19030371/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com