-
Notifications
You must be signed in to change notification settings - Fork 585
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
404 error while publishing packages that already exist #550
Comments
For any others running into this...
Once you fix that it works just fine. |
Hey y'all 👋 I'm having the same issue and I think I'm stumped. I've tried everything suggested here and in the other threads linked above but I still get the 404 PUT error, even for non-scoped packages i.e. Here's an example of the build logs, and here's my Github action. FWIW I also tried combinations of disabling 2FA and using a "publish" npm token for additional permissions, but no dice, so I'm back to a normal "automation" token workflow. I've been referencing other projects like tinyhttp (and Slate), but looks like they've been having the same issues. Seems like we're all super close to getting this working — maybe there's something simple I can help debug? Unsure where to start 🤔 |
Just following up 👋 still running into this (on a new project this time, just set everything up). Looks like tinyhttp is still having the same issues as well — see issue in the Changesets action changesets/action#98 I've tried some of the suggestions of creating my own So sorry to ping you directly, @Andarist, I know you must have a million notifications. Any ideas? |
Following up: I was able to get this working, see changesets/action#98 (comment) |
I've already posted this in the mentioned GitHub action's issue but since the last messages here refer to this problem I have thought that it might be worth mentioning it here as well. I've created a PR that should, hopefully, help with @estrattonbailey's case here: changesets/action#110 |
I'm trying to get Changesets setup for Slate using a
--snapshot
release on adev
tag, but running in to problems.For some reason it's failing with a
404
not finding the existing packages? Even though thenpm info
lines clearly succeeded it still fails later on. The lines in question:And the full log (link to action):
The text was updated successfully, but these errors were encountered: