-
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] E503 - 503 Publish error from Cloudflare protection #1292
Comments
Me too! |
UPDATE: Both issues are resolved now (I was able to publish with the same IP) but it's not completely gone, it seems to re-appears and fixed automatically. There should be a persistent fix. |
I'm able to reproduce this error consistently. I've been trying to publish my package tree-sitter-hack and I get the same error every time. I'm able to publish the same package under a different name (I published it privately for testing). I also tried publishing an empty test package and every time I add the word "hack" to the name, I get the same 503 error. The same package without the word "hack" publishes successfully.
|
@antoniodejesusochoasolano I also removed the hack word from the name and was able to publish my package. homebridge-garage-door-hack -> homebridge-garage-door-gpio. |
@antoniotorres nice! It would save people time and frustration if NPM would return a useful error message and publicly document that you can’t have the word “hack” in NPM packages. Turns out you can have the word hack in certain some cases though. I ended up calling my package tree-sitter-hacklang. |
npm If your bug is reproducible 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. |
What / Why
It seems like npm registry
https://registry.npmjs.org/
turned on CF protection which is causing publish issue. I and some of my social friends are having the issue as well. Tested from several VPS as well and from residential IP.When
npm publish
Where
Current Behavior
Refusing to publish
Expected Behavior
Should publish normally
References
The text was updated successfully, but these errors were encountered: