NPM使用VSTS进行管理

时间:2017-05-25 16:21:30

标签: authentication npm azure-artifacts

我无法使用套餐管理Feed发布npm软件包。

>vsts-npm-auth -config .npmrc


vsts-npm-auth v0.25.0.0
----------------------
Creating npmrcFile. Path: H:\.npmrc
Getting new credentials for source:https://########.pkgs.visualstudio.com/_packaging/########/npm/registry/, scope:vso.packaging_write vso.drop_write


>npm publish
...

npm ERR! need auth auth required for publishing
npm ERR! need auth You need to authorize this machine using `npm adduser`

我在这里缺少什么?

2 个答案:

答案 0 :(得分:3)

解决方案是将.npmrc文件移动到用户文件夹。

答案 1 :(得分:3)

.npmrc文件(使用" _authToken")由 vsts-npm-auth -config .npmrc 生成strong> H: 驱动器。

我手动将其移至用户文件夹,以使 npm发布 正常工作。