gpt4 book ai didi

node.js - 尝试启动 yarn 时出现奇怪的 IP - EADDRNOTAVAIL

转载 作者:太空宇宙 更新时间:2023-11-04 01:31:11 25 4
gpt4 key购买 nike

我在我的笔记本电脑上安装了相当全新的 OpenSUSE,并尝试测试一个全新的 React 应用程序。

我从 create-react-app 站点运行了以下命令:

    npx create-react-app my-app
cd my-app
yarn start

发生这种情况时,我的终端中会得到以下输出

yarn run v1.15.2
$ react-scripts start
Attempting to bind to HOST environment variable: linux-wjcv
If this was unintentional, check that you haven't mistakenly set it in your shell

Could not find an open port at linux-wjcv
Network error message: listen EADDRNOTAVAIL 92.242.140.2

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

我确认 linux-wjcv 是我的计算机名称,但我不确定 92.242.140.2 IP 地址来自哪里。谷歌快速搜索告诉我 IP 位于爱尔兰,距离我很远。

我快速查看了/etc/hosts 中的主机文件,我看到的所有内容都经过 127.0.0.1。所以我不确定这个 IP 来自哪里,或者为什么新的应用程序会尝试使用它。

127.0.0.1   localhost

# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

fe00::0 ipv6-localnet

ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts

如果这是一个愚蠢的问题,我很抱歉。我对运行 Unix 操作系统还很陌生。

最佳答案

您的主机名“linux-wjcv”未在主机文件中定义,因此系统尝试通过 DNS 查找其 IP 地址。尝试这样定义它:127.0.0.1 本地主机 linux-wjcv

关于node.js - 尝试启动 yarn 时出现奇怪的 IP - EADDRNOTAVAIL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56053737/

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