cli
cli copied to clipboard
when npm unpublish package, show 422 Unprocessable Entity
How to handle this error
Don’t use force with unpublish; if it doesn’t work without that, then it’s not unpublishable.
Don’t use force with unpublish; if it doesn’t work without that, then it’s not unpublishable.
if it’s not unpublishableso, how can I unpublish, I am sure the package need to unpublish.
You can’t. Packages are not permitted to be unpublished after 72 hours, or, if it has a certain number of dependents/installs.
Please use the template when filling out a bug report.
This is the npm registry telling you that you can not unpublish. It is not a cli bug.