npm install koa --registry=https://registry.npm.taobao.org
配置淘宝镜像源
npm config set registry https://registry.npm.taobao.org
查看配置是否成功
npm config get registry
使用
npm install koa
安装cnpm
npm install cnpm -g --registry=https://registry.npm.taobao.org
检查安装是否成功
cnpm -v
使用
cnpm install koa
手机扫一扫
移动阅读更方便
你可能感兴趣的文章