add npm source

This commit is contained in:
ccmywish 2021-01-09 00:50:31 +08:00
parent 5b87833358
commit e0f6f6bb7b

View File

@ -25,4 +25,12 @@ nvm use 14.15 # 不用全部打出版本号
# 更新nvm
nvm-update
```
## npm 换源
```bash
# 查看配置
npm config ls
npm config set registry https://registry.npm.taobao.org
```