设置镜像
npm config set registry https://registry.npm.taobao.org
查看镜像
npm get registry
更换为官网镜像
npm config set registry https://registry.npmjs.org
npm config set registry https://registry.npm.taobao.org
npm get registry
npm config set registry https://registry.npmjs.org
npm install -g cnpm --registry=https://registry.npm.taobao.org
发布时间 : 2023-03-01,阅读量:1053 , 分类: Npm