Skip to content

Instantly share code, notes, and snippets.

@frankdarnese
Last active November 22, 2017 10:48
Show Gist options
  • Save frankdarnese/1d149c75328236df15aaa702a759fd06 to your computer and use it in GitHub Desktop.
Save frankdarnese/1d149c75328236df15aaa702a759fd06 to your computer and use it in GitHub Desktop.

Reset yarn and cache React Native

YARN CACHE CLEAN
yarn cache clean
rm -rf node_modules && yarn
RUN CLEAN THE SIMULATOR
yarn start --reset-cache
THEN TO SHOW THE PROCESSES
lsof -i :8081
KILL THE PORTS
e.g.: kill 287
RUN XCODE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment