Lors de l'exécution yarn add --dev jest
, j'ai obtenu une erreur d'intégrité incorrecte lors de la récupération dans le cache .
Sortie complète:
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.
J'ai essayé de retirer node_modules
, de relancer yarn install
et yarn add --dev jest
en vain.
Comment puis-je réparer ça?
yarn cache clean
. La suppression manuelle a~/.cache/yarn
résolu l'erreur «intégrité incorrecte» pour moi.