报错问题:

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.comIP即可

查看IPS

找到底部绑定的IP池,使用cmd命令ping,看哪个ip网络比较好,有些ip出现漏包情况
查看DNS《raw.githubusercontent.com》
image.png

ping查看ip网络情况

出现漏包情况:
image.png

正常情况:
image.png

更改本地hosts文件

Host配置:
在C:\Windows\System32\drivers\etc\hosts文件中加入一行:
185.199.110.133 raw.githubusercontent.com
image.png

继续npx初始化nuxt项目即可、

npx nuxi@latest init <project-name>


Max迪丶先生
1.8k 声望64 粉丝