npm warn package.json @1.0.0 no repository field
看字面意思大概是package.json里缺少repository字段,也就是说缺少项目的仓库字段"repository":{"type":"git","url":"https://gitee.com/y_project/RuoYi-Vue.git"}
·
看字面意思大概是package.json里缺少repository字段,也就是说缺少项目的仓库字段
"repository": {
"type": "git",
"url": "https://gitee.com/y_project/RuoYi-Vue.git"
}
更多推荐
已为社区贡献1条内容
所有评论(0)