Skip to content

Instantly share code, notes, and snippets.

@ekzn
Forked from jarretmoses/React Native Clear Cache
Created February 22, 2018 11:00
Show Gist options
  • Save ekzn/2d12f57fce8ca9a583e31488254ffad2 to your computer and use it in GitHub Desktop.
Save ekzn/2d12f57fce8ca9a583e31488254ffad2 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