Closed
Description
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
- npm public registry
Current Behavior
Refusing to publish
Expected Behavior
Should publish normally
References
...
18 http fetch PUT 503 https://registry.npmjs.org/hooman 80485ms attempt #3
19 verbose stack Error: 503 Service Unavailable - PUT https://registry.npmjs.org/hooman - Service Unavailable
19 verbose stack at /usr/lib/node_modules/npm/node_modules/npm-registry-fetch/check-response.js:104:15
19 verbose stack at processTicksAndRejections (internal/process/task_queues.js:97:5)
20 verbose statusCode 503
...