Skip to content

Instantly share code, notes, and snippets.

@patiboh
Created March 13, 2018 21:09
Show Gist options
  • Select an option

  • Save patiboh/7a6267e47942a5938986c7695bac62e5 to your computer and use it in GitHub Desktop.

Select an option

Save patiboh/7a6267e47942a5938986c7695bac62e5 to your computer and use it in GitHub Desktop.
Yarn - Clean cache
rm -rf node_modules && rm yarn.lock && yarn cache clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment