Skip to content

Instantly share code, notes, and snippets.

@stevenroh
Forked from EQuimper/clear.txt
Created March 28, 2018 08:12
Show Gist options
  • Save stevenroh/4fabc6bc72c595a0df7bd730c187ae01 to your computer and use it in GitHub Desktop.
Save stevenroh/4fabc6bc72c595a0df7bd730c187ae01 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment