npm淘宝镜像
程序员文章站
2022-05-29 18:34:25
...
安装某些依赖时,因外网在国内访问速度慢,一般都会选择同步安装npm淘宝镜像,从而提升下载依赖的速度
1、安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
2、查看是否安装成功
cnpm -v
3、如何使用
cnpm install express