EQuimper / twitter-clone-with-graphql-reactnative

164 stars 71 forks source link

Hashes don't match when extracting file #36

Closed gHashTag closed 6 years ago

gHashTag commented 6 years ago

Why? error https://github.com/expo/react-native/archive/sdk-19.0.0.tar.gz: Hashes don't match when extracting file "https://github.com/expo/react-native/archive/sdk-19.0.0.tar.gz". Expected "c40efc2357b70eeaecb3fa97a1874298155b7921" but got "9431e9c97eccd6aeb7f16b2929d1cc802ec74f87" info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. 2017-09-21 19 09 01

Karsens commented 6 years ago

rm -rf node_modules watchman watch-del-all rm -rf $TMPDIR/react-* upgrade yarn rm -rf yarn.lock yarn

this fixed it for me, I think it's just the yarn.lock file though