-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 403 when publishing the scoped package #1012
Comments
Any ideas on what's going on here? |
The first version of a scoped package needs to be published explicitly with |
Hi @ljharb! Yea, as I wrote in Current Behaviour section above I have tried that and unfortunately it still fails miserably 😞 |
And you're sure that |
Is there any other way of checking what are ones privileges in the organisation than through the web interface? |
|
@ljharb With this comment you've helped poor man who was struggling for last 2 months 💯 |
I have the same problem here. Based on my understanding, a org member can create packages whether he is or is not in a team. So is this NPM bug? |
For me the problem was that I was trying to update a package whilst being a creator of the organisation but not a part of package's team. |
I was invited to an org as a member. But I cannot |
Developers team is a default one, but the organisation admin can revoke access of it's members to any of the packages. Maybe you should be added to any of the other of organization's teams? |
Actually my confusing is why owner cannot publish packages until he is under some team. Maybe it's the design of NPM, just feel weird and want to clarify this. It's OK to close the issue. |
Yea, that's just how it's implemented. But for a half a year I didn't get the official response from NPM on this, so I guess we just have to live with it 🤷 |
npm ERR! code E403 npm ERR! A complete log of this run can be found in: I am having this error whenever I am trying to install any package using npm. Please help me resolve it |
I have same issue, found a messy workaround: But I still would like to receive a better way of doing this :/ |
@vladyslavpron Try this, Works for me |
My issue was solved, it happened that my organization kinda failed up access, thats why it was not working. But thank you for reaching out! |
What / Why
When I try to publish public package under my organization's scope I get 403. Logging out & in back again doesn't help. At the same time it's possible for me to publish a non-scoped package connected with the same account.
When
Every time.
Where
How
Current Behavior
npm publish --access=public
.Click for full logs
Steps to Reproduce
npm publish --access=public
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: