首页 > 技术文章 > cnpm安装命令

chz1905 2019-07-22 15:58 原文

 

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

然后可以使用 cnpm install xxx

 

配置淘宝镜像 

npm config set registry https://registry.npm.taobao.org

npm install xxx 相当于 cnpm install xxx

推荐阅读