报错问题:
error: failed to download template from registry: failed to download https://raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json: typeerror: fetch failed
原因是:raw.githubusercontent.com
网站无法访问,这时我们需要修改本地host,更换raw.githubusercontent.com
IP即可
查看IPS
找到底部绑定的IP池,使用cmd命令ping,看哪个ip网络比较好,有些ip出现漏包情况
查看DNS《raw.githubusercontent.com》
ping查看ip网络情况
出现漏包情况:
正常情况:
更改本地hosts文件
Host配置:
在C:\Windows\System32\drivers\etc\hosts文件中加入一行:
185.199.110.133 raw.githubusercontent.com
继续npx初始化nuxt项目即可、
npx nuxi@latest init <project-name>
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。