Skip to content

Instantly share code, notes, and snippets.

@suhanlee
Forked from jarretmoses/React Native Clear Cache
Created February 19, 2018 02:58
Show Gist options
  • Save suhanlee/f0b2af2f78b507cf01933a46c859a0d0 to your computer and use it in GitHub Desktop.
Save suhanlee/f0b2af2f78b507cf01933a46c859a0d0 to your computer and use it in GitHub Desktop.
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache verify && npm install && npm start -- --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment