当前位置:   article > 正文

npm使用国内淘宝镜像的方法(两种)_npm 使用淘宝镜像

npm 使用淘宝镜像

一、通过命令配置

1、设置淘宝镜像

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

2、设置官方镜像源

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

3、查看镜像使用状态:

npm config get registry

如果返回https://registry.npm.taobao.org/,说明配置的是淘宝镜像。

如果返回https://registry.npmjs.org/,说明配置的是淘宝镜像。

二、通过使用cnpm安装

1、安装cnpm

  1. npm install -g cnpm --registry=https://registry.npm.taobao.org
  2. 解决安装卡顿或无法安装:
  3. # 注册模块镜像
  4. npm set registry https://registry.npm.taobao.org
  5. // node-gyp 编译依赖的 node 源码镜像
  6. npm set disturl https://npm.taobao.org/dist
  7. // 清空缓存
  8. npm cache clean --force
  9. // 安装cnpm
  10. npm install -g cnpm --registry=https://registry.npm.taobao.org

2、使用cnpm

cnpm install xxx

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/122202
推荐阅读
相关标签
  

闽ICP备14008679号