.npmrc 444 B

12345678910
  1. # 私有仓库-外网开发地址
  2. #registry=http://210.12.198.156:9036/repository/yx-npm-group/
  3. registry=https://nexus.yangzhiqiang.tech/repository/yx-npm-group/
  4. # 私有仓库-云桌面开发地址
  5. #registry=http://192.168.36.21:9018/repository/yx-npm-group/
  6. # 私有仓库-认证令牌
  7. //nexus.yangzhiqiang.tech/repository/yx-npm-group/:_auth=eXV4cDp5dXhwJTIwMjE===
  8. # 始终进行身份验证的配置选项
  9. always-auth=true
  10. strict-ssl=false