0
点赞
收藏
分享

微信扫一扫

error Invalid tag name

孟佳 2022-07-12 阅读 89

error Invalid tag name "–save-dev": Tags may not have any characters that encodeURIComponent encodes

解决方法:

​​https://stackoverflow.com/questions/51912808/simple-explanation-of-einvalidtagname​​

npm install –save-dev gulp

改为:

npm install –-save-dev gulp



举报

相关推荐

0 条评论