Created
February 8, 2021 08:44
-
-
Save vcheckzen/b69a85e24fa87ca5958166fb17693c66 to your computer and use it in GitHub Desktop.
yarn configs on network issues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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