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 ?
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 ?
npm unpublish --registry http://localhost:4873/ <package-name>@<version-xx> --force