我有一个项目特定的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。