无法在Nexus Repository Manager 2.10上发布库

时间:2019-09-16 06:36:02

标签: npm nexus

要在nexus npm私有注册表中发布库,请如下更新package.json文件。

    "publishConfig": {
    "registry": "http://(IP):(port)/nexus/content/repositories/npm-private/"
  }

使用'npm publish'命令发布库时出现错误。

  

npm错误!代码E401 npm ERR!无法验证,需要:BASIC   realm =“ Sonatype Nexus存储库

经理”

Nexus Repository Manager 2.10版在安全性下没有可用的领域设置。让我们知道是否需要任何其他配置。或nexus Repository Manager 2.10不支持它。

1 个答案:

答案 0 :(得分:0)

在NXRM2中,您的.npmrc必须具有用于用户名/密码的编码凭据。 请参阅here(粘贴您所描述的“ publishConfig”部分)。