Skip to content

Instantly share code, notes, and snippets.

@saystone
Forked from jarretmoses/React Native Clear Cache
Last active February 26, 2018 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saystone/10fd1c52dc4da80c334534f58593bdaa to your computer and use it in GitHub Desktop.
Save saystone/10fd1c52dc4da80c334534f58593bdaa to your computer and use it in GitHub Desktop.
with npm i & npm start
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