编译安装 BS v4 在执行 yarn 时报错
tnqzh123 opened this issue · 3 comments
tnqzh123 commented
在 VPS 上编译安装 BS v4,执行 yarn
时报错。
yarn install v1.12.3
[1/4] Resolving packages...
[2/4] Fetching packages...
error https://registry.yarnpkg.com/terser/-/terser-3.8.1.tgz: Integrity check failed for "uglify-es" (computed integrity doesn't match our records, got "sha512-FRin3gKQ0vm0xPPLuxw1FqpVgv1b2pBpYCaFb5qe6A7sD749Fnq1VbDiX3CEFM0BV0fqDzFtBfgmxhxCdzKQIg==")
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
我应如何解决这个问题?
g-plane commented
其实本来已经有修复这个问题的 commit 了,但我不小心地把它放到 PR 里。临时解决方法:删除 yarn.lock
。
tnqzh123 commented
了解了👌
不过很奇怪,同样的代码,在我的 Raspberry Pi 上就能通过。yarn 和 Node.js 的版本是一样的。
g-plane commented
最新的 PR 已合并,现在应该是可以的了,如果仍然有问题可以继续提出。