Windows 10 上的 WSL2-安装了 NVM、Node,但无法安装任何软件包

Windows 10 上的 WSL2-安装了 NVM、Node,但无法安装任何软件包

我的 Windows 10 上有 WSL 2(* Ubuntu-20.04 运行 2)。我安装nvmnode它。

nvm——版本:0.35.3

nvm ls:

->     v14.11.0
default -> node (-> v14.11.0)
node -> stable (-> v14.11.0) (default)
stable -> 14.11 (-> v14.11.0) (default)

但是之后npm install 任何事物卡住了,例如: npm install @angular/cli@latest -g显示以下内容:

[..................] - fetchMetadata: sill resolveWithNewModule @angular/[email protected] checking installable status

一段时间后,出现错误:

npm ERR! network request to https://registry.npmjs.org/minimatch failed, reason: connect ETIMEDOUT 172.64.33.72:443

我也在 Windows 上安装了 Node,它在那里运行良好。我尝试停止防病毒软件 - 但这没有帮助。

有人能帮忙解决这个网络问题吗?

相关内容