cmdb编译错误
Closed this issue · 2 comments
zhangjianweibj commented
royl88 commented
从截图这里的报错信息来看,是前端编译打包时npm安装外部依赖失败了,可能时npm长时间下载缓慢导致,您可以尝试手动执行:
cd {仓库目录}/cmdb-ui
npm --registry https://registry.npm.taobao.org install
确认npm安装依赖成功,可以重新执行make build进行编译
royl88 commented
您好,按照最后给出的建议重新build是否成功?
若无进一步讨论,ISSUE将在10天后关闭