本文主要是介绍nuxt3 无法创建项目问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Error: Failed to download template from registry: Failed to download https://raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json: TypeError: fetch failed
错误信息
解决方案
进入windows系统修改hosts文件
C:\Windows\System32\drivers\etc
增加以下代码:
185.199.108.133 raw.githubusercontent.com
cmd 输入 ipconfig/flushdns
刷新配置
重新输入创建命令pnpm dlx nuxi@latest init <project-name>
这篇关于nuxt3 无法创建项目问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!