Skip to content

Instantly share code, notes, and snippets.

@danmaq
Forked from jarretmoses/React Native Clear Cache
Last active September 5, 2017 09:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danmaq/d058dd9eb4fe46ed59a996b2f514b3d3 to your computer and use it in GitHub Desktop.
Save danmaq/d058dd9eb4fe46ed59a996b2f514b3d3 to your computer and use it in GitHub Desktop.
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache clean --force && npm install && npm start -- --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment