Skip to content

Instantly share code, notes, and snippets.

@charleslouis
Forked from EQuimper/clear.txt
Created September 22, 2018 17:22
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 charleslouis/525ac7d45510229ae6ee911c5d4e5a3b to your computer and use it in GitHub Desktop.
Save charleslouis/525ac7d45510229ae6ee911c5d4e5a3b to your computer and use it in GitHub Desktop.
React-Native clear Watchman + Cache
watchman watch-del-all && rm -rf node_modules/ && npm install --cache /tmp/empty-cache && npm start --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment