Incorrect integrity when fetching from the cache
yarn cache clean To fix this, run: yarn cache clean yarn add –dev jest From the yarn cache documentation: yarn cache clean [<module_name…>] Running this command will clear the global cache. It will be populated again the next time yarn or yarn install is run. Additionally, you can specify one or more packages that you … Read more