各种方法都试了
什么:185.199.108.133 raw.githubusercontent.com
什么114.114.114.114
而且我能科学上网,就这,还是提示
ERROR Error: Failed to download template from registry: fetch failed
各种方法都试了
什么:185.199.108.133 raw.githubusercontent.com
什么114.114.114.114
而且我能科学上网,就这,还是提示
ERROR Error: Failed to download template from registry: fetch failed
这个错误可能是由于多种原因造成的,这里有一些可能的解决方案:
npm cache clean --force
npm install -g npm@latest
npm config set proxy http://proxy.example.com:8080
npm config set https-proxy http://proxy.example.com:8080
请将 http://proxy.example.com:8080
替换为您实际的代理服务器地址。
npm install nuxt@latest
node_modules
文件夹然后重新安装所有依赖项可以解决问题。您可以使用以下命令删除 node_modules
文件夹:rm -rf node_modules
然后重新安装依赖项:
npm install
nuxt template 使用的 giget 已经支持 http_proxy 和 https_proxy 环境变量了。建议终端设置代理后重试。
https://github.com/nuxt/cli/issues/159
补充:
1 回答942 阅读
671 阅读
最终我是这样搞的:
web端访问:
能看到JSON如下:
打开这个tar压缩包地址: 链接:
手动下载tar,解压缩,
在这个压缩包的父文件下执行命令:
然后就成功了,接下来继续按照文档操作即可: