-
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
[QUESTION] <403 forbidden> #805
Comments
The same can happen for default registry url sometimes (randomly), for example when installing from docker container using AWS codebuild:
Somewhat related to #622 |
getting the same error on heroku build Step 16/20 : RUN npm ci && npm run production When doing npm install locally i get E429 on random packages |
@anchal0997 it seems your registry is set to (though right now the official registry is also giving some people 403s) |
Duplicate of #836 |
@anton-bot this is not a duplicate. this user is not using the npm registry. note this line in their initial report:
(this issue is also older, 4 days ago.) |
@chee he referred to the last sentence at #805 (comment) |
Generally this issue is not a bug in npm but a problem with the authentication with this intuit registry. |
I've got exactly same error message. |
What was the name of it? |
The folder contains tizen tv web application. |
@prozanne I'm unsure if it is ok that you shared the code with us. This might be a different issue and requires some testing on your side (which file may be problematic?). |
Oh.... that's ture, I think I shouldn't have uploaded the code. |
I have the same issue, how can I debug it? I am collecting and packaging only |
what's the package name in package.json? @avimehenwal |
Had the same issue. I was trying to publish to a scope which was not in my organization. I had a typo in the scope of my package name in my |
I was having this bug too, this (probably) won't work for everyone but my problem was just that I was using an already existing pacakge. Probably not what'll fix your problem, but it fixed mines. |
same issue |
Hi. The same over here when i try to:
|
Even |
For me, I was trying to publish a package under my personal name, while I was logged in as the organization I own. It was fixed by relogging by |
I had the same error when publishing a package. It turned out that my email wasn't verified in my NPM account. Verifying it helped to resolve the issue. |
@saltukalakus thanks it worked for me |
@saltukalakus thank you, you saved my hours |
yah it worked for me too |
i've got the same error when i run "npm install" with company's private npm registry, even when npm login. |
i've got the same error and in my case package name was duplicate |
I've also got the same error when I run "npm install" after npm login with 2 factor auth. |
Very similer thing happening to me, if i remove my README.md file it works fine. @prozanne could you find anything there ? |
Hi guys! 2 things to do:
|
I solved by :
|
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo Closing: This is an automated message. |
verifying email is not enough..2. step solves the problem |
Previously, npm publish failed but according to a few sources: 1. https://gitlab.com/gitlab-org/gitlab/-/issues/242072 2. https://github.521000.bestmunity/t/unable-to-publish-package-403-repository-cant-accept-package-uploads/174606/5 3. npm/cli#805 (comment) This can be resolved by verifiying email with NPM. Done so will try to publish to the original package name
In my case. Before I ran the command |
THANK YOU. I was going crazy, couldn't figure out why npm was telling me that i was publishing a package not owned by me. Read your comment, and yeah, turn out another package with the same name got published 10 years ago, lol. Had to change the name but finally got my package published! 🎉 |
В моем случае была проблема из-за файла .npmrc . Может кому-то поможет |
npm ERR! code E403
npm ERR! 403 403 Forbidden - GET https://registry.npmjs.intuit.com/neo4j-driver
npm ERR! 403 In most cases, you or one of your dependencies are requesting
npm ERR! 403 a package version that is forbidden by your security policy.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/agarg5/.npm/_logs/2020-02-13T12_29_42_032Z-debug.log
The text was updated successfully, but these errors were encountered: