vue-cli · Failed to download repo vuejs-templates/webpack-simple: tunneling socket could no
vue-cli · Failed to download repo vuejs-templates/webpack-simple: tunneling socket could not be established, cause=connect ECONNREFUSED 192.168.0.1:8086我这个问题非常奇怪,很诡异,找遍全网都找不到解决办法,卸载重装、删除代理都无效,就是提示使用了.
·
vue-cli · Failed to download repo vuejs-templates/webpack-simple: tunneling socket could not be established, cause=connect ECONNREFUSED 192.168.0.1:8086
我这个问题非常奇怪,很诡异,找遍全网都找不到解决办法,卸载重装、删除代理都无效,就是提示使用了本地网络代理,但是又找不到哪里有设置到该代理。
最终也是很奇怪的解决了,更新到cli3版本,用新指令创建项目:
https://cli.vuejs.org/
如安装时如果发现:
npm WARN deprecated core-js@2.6.11:
core-js@<3 is no longer maintained and not recommended for usage due to the number
是因为版本太旧了,也可以通过上面的命令进行更新。如果npm下载太慢,可以使用cnpm。先进行设置:
npm install -g cnpm --registry=https://registry.npm.taobao.org
然后更新:
cnpm install -g @vue/cli
接着切换到你的工程位置,创建工程j就行了:
vue create yourProject
更多推荐
已为社区贡献3条内容
所有评论(0)