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