npm淘宝镜像和查看镜像设置
npminstall-gcnpm--registry=https//registry.npm.taobao.orgnpmconfigsetregistryhttps//registry.npm.taobao.orgnpmconfiggetregistrycnpmconfiglist。
·
1.通过cnpm使用淘宝镜像:
npm install -g cnpm --registry=https://registry.npm.taobao.org
2.将cnpm设置为淘宝镜像:
cnpm config set registry https://registry.npm.taobao.org
3. 查看cnpm镜像设置:
cnpm config get registry
4.查看设置:
cnpm config list
5.将npm设置为淘宝镜像:
npm config set registry https://registry.npm.taobao.org
6.查看npm镜像设置:
npm config get registry
更多推荐
已为社区贡献1条内容
所有评论(0)