淘宝 NPM 镜像 cnpm

2019-02-27 01:15

这是一个完整 npmjs.org 镜像,你可以用此代替官方版本(只读),同步频率目前为 10分钟 一次以保证尽量与官方服务同步。

使用说明

你可以使用我们定制的 cnpm (gzip 压缩支持) 命令行工具代替默认的 npm:

$ npm install -g cnpm --registry=https://registry.npm.taobao.org

原文链接


不安装cnpm,直接用

npm i --registry=https://registry.npm.taobao.org

已经安装了cnpm卸载他的命令

npm uninstall -g cnpm

# 工具配置