실행할 때 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
하면 '잘못된 무결성'오류가 해결되었습니다.