2

我在使用包管理提要发布 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`

我在这里想念什么?

4

2 回答 2

5

.npmrc 文件(带有“_authToken”)由H:驱动器中的vsts-npm-auth -config .npmrc生成。

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

于 2017-05-30T10:47:21.570 回答
4

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

于 2017-05-30T09:04:26.717 回答