npm常用命令
npm 切换镜像
获取当前镜像
1 | npm config get registry |
设置镜像
1 | npm config set registry |
设置淘宝镜像
1 | npm config set registry https://registry.cnpmjs.org/ |

评论
1 | npm config get registry |
1 | npm config set registry |
1 | npm config set registry https://registry.cnpmjs.org/ |
