欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

cnpm 淘宝镜像安装

程序员文章站 2022-05-29 17:10:37
...

1.安装cnpm

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

2.更换npm源

npm config set registry https://registry.npm.taobao.org // 切换源

npm config get registry // 检查是否成功
npm info express // 或
相关标签: npm