Skip to content

Instantly share code, notes, and snippets.

@vcheckzen
Created February 8, 2021 08:44
Show Gist options
  • Save vcheckzen/b69a85e24fa87ca5958166fb17693c66 to your computer and use it in GitHub Desktop.
Save vcheckzen/b69a85e24fa87ca5958166fb17693c66 to your computer and use it in GitHub Desktop.
yarn configs on network issues
# https://classic.yarnpkg.com/en/docs/yarnrc/#toc-disable-self-update-check
yarn config set disable-self-update-check true
yarn config set registry https://registry.npm.taobao.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment