运行时yarn add --dev jest
,从缓存中获取错误完整性错误。
全输出:
tests (master)$ yarn add --dev jest
yarn add v1.19.0
info No lockfile found.
[1/4] Resolving packages...
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart()
[2/4] Fetching packages...
error Incorrect integrity when fetching from the cache
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
我尝试删除node_modules
,重新运行yarn install
,yarn add --dev jest
但无济于事。
我该如何解决?
yarn cache clean
。手动删除~/.cache/yarn
为我解决了“错误的完整性”错误。