Skip to content

Instantly share code, notes, and snippets.

@EQuimper
Created June 16, 2017 16:17
Show Gist options
  • Save EQuimper/a14c19461b7018dabca2dd6c3f123671 to your computer and use it in GitHub Desktop.
Save EQuimper/a14c19461b7018dabca2dd6c3f123671 to your computer and use it in GitHub Desktop.
React-Native clear Watchman + Cache
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache
@EQuimper
Copy link
Author

EQuimper commented Jul 6, 2020

watchman should be install with react-native

@EvandroNeris
Copy link

Thank a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment