使用 npm install --legacy-peer-deps,报如下图:

解决办法:
修改hosts文件
找到如下文件夹:C:\Windows\System32\drivers\etc 下的hosts文件
使用工具把hosts文件打开
185.199.108.133 raw.githubusercontent.com
185.199.109.133 raw.githubusercontent.com
185.199.110.133 raw.githubusercontent.com
185.199.111.133 raw.githubusercontent.com
把以上四个ip粘贴在hosts文件最下方,如下图:

删除node_moudles依赖从新使用 npm install --legacy-peer-deps,即可下载完成
本方法亲测有效