本人在安装vue脚手架时报如下 -4058 的错,貌似是网络代理的问题,换一个npm安装源就好了,具体方法如下:
1.通过config命令
npm config set registry https://registry.npm.taobao.org
npm info underscore
(如果上面配置正确这个命令会有字符串response)
2.命令行指定
npm --registry https://registry.npm.taobao.org info underscore
3.重新安装
然后再重新安装就好了