| 指令 | npm config ls -l | 查看配置 |
| 指令 | npm config set registry http://registry.npm.taobao.org/ | 配置淘宝源 |
| npm config get registry | 查看代理源配置 | |
| npm config set proxy null | 以前的代理设置 | |
| npm config set https-proxy null | 以前的代理设置 | |
| npm config get proxy | 查看代理 | |
| npm config get https-proxy | 查看代理 |