Troubleshooting
Uh oh, something went wrong? Use this guide to resolve issues with Metro.
- Clear Watchman watches:
watchman watch-del-all
- Delete
node_modules
and runyarn install
- Reset Metro's cache by passing the
--reset-cache
flag, or addingresetCache: true
to your Metro configuration file. - Remove the cache:
rm -rf ${TMPDIR:-/tmp}/metro-*
- Update Metro to the latest version
Still unresolved?β
See the Help pages.