Skip to content

Instantly share code, notes, and snippets.

@Danjavia
Forked from EQuimper/clear.txt
Created December 18, 2017 17:03
Show Gist options
  • Save Danjavia/036df15a31d56c0d58a87b2179a31cba to your computer and use it in GitHub Desktop.
Save Danjavia/036df15a31d56c0d58a87b2179a31cba 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