Incorrect integrity when fetching from the cache

后端 未结 6 1758
感动是毒
感动是毒 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 13:10

    For anyone who is working with heroku and sees this error:

    • install heroku cli
    • login via heroku login
    • heroku plugins:install heroku-repo
    • heroku repo:purge_cache -a $YOURAPPNAME

    then do a manual rebuild

提交回复
热议问题