nodejs 国内镜像源

2022-12-28 17:21 栏目: 技术学堂 查看()
推荐使用阿里的镜像源

通过 config 命令配置

  • 通过全局配置指定镜像源:

npm config set registry https://registry.npmmirror.com

  • 在安装模块的时候指定镜像源

使用npmmirror镜像源 安装 loaddash 模块

npm install loaddash --registry https://registry.npmmirror.com

  • 编辑~/.npmrc加入下面内容
    还可以通过配置文件指定全局配置镜像源

registry=https://registry.npmmirror.com

  • 使用 cnpm 如果你不想修改镜像源,每次安装过程时指定镜像源又嫌麻烦的话,可以安装 cnpm 这个模块,这样在之后安装模块的时候使用 cnpm命令代替 npm命令,同样能使用该镜像源。

npm install -g cnpm --registry=https://registry.npmmirror.com

  • 参考资料

https://npmmirror.com/
淘宝 NPM 镜像站

扫二维码与商务沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流

郑重申明:小伙伴科技以外的任何非授权单位或个人,不得使用我公司案例作为工作成功展示!