jetlinks / jetlinks-ui-vue

JetLinks 前端Vue版本
https://www.jetlinks.cn
91 stars 100 forks source link

安装依赖失败 #78

Closed z514987467 closed 1 year ago

z514987467 commented 1 year ago

在执行yarn时,报如下错误 error http://47.108.170.157:9013/jetlinks-ui-components/-/jetlinks-ui-components-1.0.5.tgz: Integrity check failed for "jetlinks-ui-components" (computed integrity doesn't match our records, got "sha512-NFjJRwFuluUEAuFguyLYidgFy3tDuh1 lKg10uBR//zFxmIzRaGPNN1r9nt/hp3BIGdQLJHUKgDJXQX6fZmfARg== sha1-3YZkR1bWBExIQhk+pyM1aIz6d9U=")

XieYongHong commented 1 year ago

jetlinks-ui-components已更新至npm仓库,删除项目中的.npmrc文件。重新执行yarn add jetlinks-ui-components@latest

yongxiangzheng commented 1 year ago

删除.npmrc文件,同时清空缓存,再add,还是出现完整性检测错误:error https://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.5.tgz: Integrity check failed for "jetlinks-ui-components" (computed integrity doesn't match our records, got "sha512-ZcR0ukT9bZn2syyOk9lKjjZ1cHpmMBvdHuTqayZgXwq6+pZSM5nqtVMgdUu0AXQ+pL0KbWes4L0NweYSW7XJOg== sha1-+Rp+HgxyrdzG8srbJgA5AQxIHq8=")

XieYongHong commented 1 year ago

重新执行yarn add jetlinks-ui-components@latest;完整性检测错误是组件库的package.json额外引入了 jetlinks-ui-components导致