用vue create hello-world创建了一个项目,运行npm run serve报错了,大佬帮忙看下怎么解决

发布于 2022-09-12 23:30:05 字数 1569 浏览 13 评论 0

$ npm run serve

> hello-world@0.1.0 serve E:\www\hello-world
> vue-cli-service serve

INFO  Starting development server...
ERROR  Error: listen EAFNOSUPPORT: address family not supported 0.0.0.0:8080
Error: listen EAFNOSUPPORT: address family not supported 0.0.0.0:8080
at Server.setupListenHandle [as _listen2] (net.js:1313:16)
at listenInCluster (net.js:1361:12)
at doListen (net.js:1498:7)
at processTicksAndRejections (internal/process/task_queues.js:85:21)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! hello-world@0.1.0 serve: `vue-cli-service serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hello-world@0.1.0 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2021-04-29T02_17_09_804Z-debug.log
======================================================================
错误译文:

正在启动开发服务器。。。

错误:listen EAFNOSUPPORT:不支持地址系列0.0.0.0:8080

错误:listen EAFNOSUPPORT:不支持地址族0.0.0.0:8080

在Server.setupListenHandle[as _listen2](net.js:1313:16)

在listenicluster(net.js:1361:12)

在doListen(net.js:1498:7)

在处理和拒绝时(internal/process/task\u queues.js:85:21)

npm错误!代码失效循环

npm错误!错误1

npm错误!hello-world@0.1.0 serve:`vue cli服务serve`

npm错误!退出状态1

npm错误!

npm错误!失败于hello-world@0.1.0 服务脚本。

npm错误!这可能不是npm的问题。上面可能有额外的日志输出。

npm错误!此运行的完整日志可在以下位置找到:

npm错误!C:\Users\Administrator\AppData\Roaming\npm cache\\u logs\2021-04-29T02\u 17\u 09\u 804Z-debug.log

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文