Last active
November 30, 2021 14:14
-
-
Save horizon0514/989d93465a4651ee978cf7d55cfc04db to your computer and use it in GitHub Desktop.
nvm 设置 taobao mirror 镜像地址
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
// 临时设置,也可以通过安装 nrm 设置 | |
export NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node/ | |
nvm install node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment