npm安装

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

  安装包 配置

// npm配置淘宝镜像
npm config set registry https://registry.npm.taobao.org
 
// 查看npm镜像是否配置成功
npm config get registry
 
// npm回复镜像
npm config delete register
npm config edit
 
// npm安装cnpm,使用cnpm来安装js库
npm install -g cnpm --registry=https://registry.npm.taobao.org

  

posted on 2022-12-03 11:29  kevin_yang123  阅读(151)  评论(0编辑  收藏  举报