Replies: 3 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Today I tried publishing a newer version of a package that exists on npm for years, also a 404. Now, I know they changed the authentication a lot at NPM and now I need to use 2FA in order to authenticate and publish my package. The alternative are granular tokens but they have a maximum expiration of 90 days. I modified the .npmrc file located in my home folder and removed my old token (which expired like two months ago). This forced the npm cli to ask for authentication in the browser using 2FA instead. After providing the one-time access token I re-ran But man, what a mess. I feel really bad for the folks who automated this in a build step. |
|
This appears to be a legitimate bug rather than a usage issue. Since your other packages publish successfully from the same monorepo, but "@vielzeug/arsenal" consistently returns a 404 despite the package seemingly existing in the registry metadata, it suggests the publish process may have failed on the registry side or left the package in an inconsistent state. The failed support form is also concerning, as registry-related issues often require intervention from the npm support team. If possible, include:
This information will help the npm maintainers investigate the registry issue more efficiently. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Hello,
I'm trying to publish a new package called @vielzeug/arsenal, I have a monorepo and I have successfully published 30 other packages but this one no matter what always return 404. The package seems to have been created but never published, and it can be confirmed by the command
curl -s https://registry.npmjs.org/@vielzeug%2farsenal.Could you help me to fix this issue?
PS: contact support form always return an error loading page when trying to submit a request.
Thank you in advance.
All reactions