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 ?
Share Improve this question asked Dec 1, 2020 at 9:56 Fahd LihidhebFahd Lihidheb 7104 silver badges22 bronze badges 2- Same problem, I want to remove unpublished package from /verdaccio/storage (I'm using the docker image) – mbesson Commented May 4, 2021 at 15:05
- 2 If you are on linux then check this : github./verdaccio/verdaccio/issues/… – magmine Commented May 11, 2021 at 10:46
1 Answer
Reset to default 6npm unpublish --registry http://localhost:4873/ <package-name>@<version-xx> --force