npm / registry-issue-archive

An archive of the old npm registry issue tracker
https://npm.community
249 stars 47 forks source link

`npm owner add` fails even though I am an owner #354

Closed aslakhellesoy closed 6 years ago

aslakhellesoy commented 6 years ago

Here is a user session:

$ npm whoami
aslakhellesoy
$ npm owner ls cucumber
charlierudolph <...@....com>
jbpros <...@....com>
tooky <...@....io>
mattwynne <...@....net>
aslakhellesoy <...@....com>
$ npm owner add cukebot cucumber
npm ERR! owner mutate Failed to update package metadata
npm ERR! code E403
npm ERR! Forbidden : 204-316793201a64f0e5d3993d9acc0e6c00

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/aslakhellesoy/.npm/_logs/2018-06-15T09_37_28_912Z-debug.log

I'm able to add owners to other packages I own without issue, for example:

npm owner add cukebot gherkin
aslakhellesoy commented 6 years ago

Looks like @jbpros was able to do this, and when I tried again, I get no error.

My problem is solved, so I'm closing this, but I suspect there is still a bug in the registry somewhere...