Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 220 Bytes

clear.md

File metadata and controls

3 lines (3 loc) · 220 Bytes
  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset Metro Bundler cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache.