Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Last active May 30, 2017 14:09
Show Gist options
  • Save rcerrejon/7c41faa72b8afd472a258c08a5f271a6 to your computer and use it in GitHub Desktop.
Save rcerrejon/7c41faa72b8afd472a258c08a5f271a6 to your computer and use it in GitHub Desktop.
Clean and restart full dependencies node_modules etc...
watchman watch-del-all && yarn upgrade && yarn cache clean && npm start --reset-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment