npm修改淘宝镜像

1, 修改 下载仓库为淘宝镜像

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

2, 如果要发布自己的镜像需要修改回来

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

3, 安装cnpm

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

你可能感兴趣的:(npm修改淘宝镜像)