NPM - 如何使用项目.npmrc设置发布模块

时间:2016-06-19 04:00:12

标签: node.js npm npm-publish

我有一个项目特定的npmrc,我使用以下设置添加到项目的根目录

registry=<internal registry>
_auth = <auth token>
email = <email id>
然后我跑

npm发布

但我仍然收到以下错误。

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

我不确定为什么会这样。我的猜测是它没有读取我的项目特定的npmrc。

0 个答案:

没有答案