淘宝 NPM 镜像 cnpm

2019-02-27 01:15

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

使用说明

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

$ npm install -g cnpm --registry=https://registry.npmmirror.com

原文链接


不安装cnpm,直接用

npm i --registry=https://registry.npmmirror.com

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

npm uninstall -g cnpm


2024-09-06更新

使用命令:npm i --registry=https://registry.npm.taobao.org,会报下面的错

npm ERR! request to https://registry.npm.taobao.org failed, reason: certificate has expired

原因是证书过期了,使用新的域名就可以了

# 工具配置