Remove version from Verdaccio package version history

4.8k Views Asked by At

I unpublished the version using npm unpublish <package-name>@<version-xx> but i can't find a way to remove the version from verdaccio's (local) ui ?

Any idea ?

1

There are 1 best solutions below

1
On
npm unpublish  --registry http://localhost:4873/ <package-name>@<version-xx> --force