Closed dannynelson closed 6 years ago
NPM support changed the package ownership scope from an organization to an individual user to resolve my issue:
With public packages owned by individual users, you can add collaborators to packages. But if a package is owned by an organization (even if a free org), you'll have to add the user to your org in order for them to access the package. Ultimately, organizations have access permissions that differ from individual user profiles.
Hi, I am trying to add the owner
passfort-dev
to thejson-schema-to-flow-type
package.When I attempt to add the owner from the UI, I receive this error:
When I run
npm owner add passfort-dev
using the CLI when logged in asdannynelson
, I see this error log:I tried using an earlier version of npm (3.x) and saw a similar error. I also see an error when trying to remove owners from this package. However, I am able to add/remove owners from my other packages without issues.
Thank you for your help!