npm 镜像

134 阅读1分钟

npm 太慢 cnpm 总是会出现各种各样的问题

给 npm 设置淘宝镜像

// 给 npm 设置镜像
npm config set registry https://registry.npm.taobao.org 

// 查看已设置代理 
npm config get registry

后续会持续更新 npm 方面的东西