Published
- 1 min read
react native clear cach
The solution for this is noted below
react native clear cach
Solution
watchman watch-del-all &&
rm -rf $TMPDIR/react-native-packager-cache-* &&
rm -rf $TMPDIR/metro-bundler-cache-* &&
rm -rf node_modules/
&& npm cache clean --force &&
npm install &&
npm start -- --reset-cache
Try other methods by searching on the site. That is if this doesn’t work