Incorrect integrity when fetching from the cache

后端 未结 6 1754
感动是毒
感动是毒 2021-02-01 12:04

When running yarn add --dev jest, I got error Incorrect integrity when fetching from the cache.

Full output:



        
6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-01 12:55

    Clean the cache and reinstall:

    yarn cache clean
    yarn install -f
    

提交回复
热议问题