NPM 国内被墙的解决方法

导语   使用国内镜像  镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在):  1 通过config命令  npm config set registry https: registry npm taobao org

  使用国内镜像

  镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在):

  1.通过config命令

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

  npm info underscore (如果上面配置正确这个命令会有字符串response)

  2.命令行指定

  npm --registry https://registry.npm.taobao.org info underscore

  3.编辑 ~/.npmrc 加入下面内容

  registry = https://registry.npm.taobao.org

  设置代理服务器

  可以运行如下两句命令设置代理,注意代理的地址改为自己实际可用的代理。

  使用Goagent系列,包括XX-Net的同学可以直接使用下面的命令。

  npm config set proxy=https://127.0.0.1:8087

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

  参考文档

  使用npm安装一些包失败了的看过来(npm国内镜像介绍)

     

     如何给 NPM 设置代理

https://www.nucmc.com/ true NPM 国内被墙的解决方法 https://www.nucmc.com/show-26-750-1.html report 555   使用国内镜像  镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在):  1 通过config命令  npm config set registry https: registry npm taobao org
TAG:NPM 被墙
本站欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明: 文章转载自:BETWAY官网网 https://www.nucmc.com/show-26-750-1.html
BETWAY官网网 Copyright 2012-2014 www.nucmc.com All rights reserved.(晋ICP备13001436号-1)