安装 element-ui 失败
时间:2020-07-27 16:44:24
收藏:0
阅读:529
npm i element-ui –S 安装失败 错误信息如下
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "–-save": Tags may not have any characters that encodeURIComponent encodes.
使用这个命令成功安装npm install --save element-ui
原文:https://www.cnblogs.com/xujinglog/p/13385073.html
评论(0)