cannot unpublish a package #577
Comments
I think, something changed in Instead, now, it looks like this:
|
Right now, the only solution is like this:
|
Another solution is like this:
|
Related or possible duplicated #509 |
@p3x-robot please check whether is a dupe and close this one and let's follow up #509 btw. amazing ;-) detailed bug description. |
We still cannot unpublish packages. and think that this issue should be repopened since #509 is solved Even though tokens are properly generated now it looks like we still cannot unpublish packages
|
I'm so sorry. I spoke before double checking my work. It turns out there was an HTTP authentication issue happening after checking stdout. Thanks for the help we were able to upublish. |
No problem @PhilThurston thanks for reporting! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
My reason:
Cannot unpublish a package
Steps to reproduce:
For example, if I logout form Verdaccio, I see:

I login and it looks like this:

Then I check if it is unpublished:

I see the log say this:
But of course if i log out and try to install this package I cannot install, but if I login with
npm login --registry https://npm.ngivr.sygnus.hu
, I can install this package.App Version:
Config file:
Additional information:
$ set DEBUG=express:* verdaccio
enable extreme verdaccio debug mode$ npm --verbose
prints:$ npm config get registry
prints:https://npm.ngivr.sygnus.hu/
This
maximum amount of users reached
is weird, because i am not trying toregister
, so I set it to-1
. I set to1
, but the same error:LINUX
cat ~/.config/verdaccio/config.yaml
Provided already.
Additional verbose log:
The text was updated successfully, but these errors were encountered: