### 查看镜像 ``` npm config get registry ``` ### 设置镜像 ``` # 淘宝镜像 npm config set registry https://registry.npm.taobao.org # 原镜像 npm config set registry https://registry.npmjs.org/ ```