Skip to content

Instantly share code, notes, and snippets.

@Isarstyle
Forked from jarretmoses/React Native Clear Cache
Created November 16, 2017 06:00
Show Gist options
  • Save Isarstyle/47059f1ab4ba4c705a4d319f81a7ae64 to your computer and use it in GitHub Desktop.
Save Isarstyle/47059f1ab4ba4c705a4d319f81a7ae64 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