Answers for "yarn start --reset-cache 4. Remove the cache: rm -rf /tmp/metro-*"

2

yarn start --reset-cache

watchman watch-del-all && rm -f yarn.lock && rm -rf node_modules && yarn && yarn start --reset-cache
Posted by: Guest on November-19-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language