Created
November 2, 2020 02:20
-
-
Save BedrockDigger/e6ad1177612e06c9178312563cf1d0aa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
npm config get registry //查看本地镜像源 | |
npm config set registry https://registry.npm.taobao.org --global | |
npm config set disturl https://npm.taobao.org/dist --global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment