Last active
September 24, 2019 13:30
-
-
Save nastyakitsune/b6b10272459b7b0697f9a5801b594820 to your computer and use it in GitHub Desktop.
React Native Reset Cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // resets all cache, removes node_modules and start new server instance | |
| watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && npm cache verify && npm i && npm start -- --reset-cache | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment