Skip to content

Instantly share code, notes, and snippets.

@Danjavia
Forked from jarretmoses/React Native Clear Cache
Created December 18, 2017 17:05
Show Gist options
  • Save Danjavia/a9df65432275d70bd2bec8a0d6bc3bd6 to your computer and use it in GitHub Desktop.
Save Danjavia/a9df65432275d70bd2bec8a0d6bc3bd6 to your computer and use it in GitHub Desktop.
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment