我的 Windows 10 上有 WSL 2(* Ubuntu-20.04 运行 2)。我安装nvm
了node
它。
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,它在那里运行良好。我尝试停止防病毒软件 - 但这没有帮助。
有人能帮忙解决这个网络问题吗?