赞
踩
执行npm i element-ui -S 报错
最终解决办法:
解决办法:
首先代理置为空
npm config set proxy null
强制清缓存
npm cache clean --force
设置淘宝镜像
npm config set registry https://registry.npm.taobao.org
npm config list 可以查看配置
然后在执行npm i element-ui -S 就解决啦
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。