Skip to content

Instantly share code, notes, and snippets.

@pjbelo
Created May 12, 2018 15:36
Show Gist options
  • Save pjbelo/07af1b2dd1ac699f0f6efdc508905f0d to your computer and use it in GitHub Desktop.
Save pjbelo/07af1b2dd1ac699f0f6efdc508905f0d to your computer and use it in GitHub Desktop.
React native and watch cache clean
watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf node_modules
npm cache clean --force
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment