admin管理员组

文章数量:1357615

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
Add a ment  | 

1 Answer 1

Reset to default 6
npm unpublish  --registry http://localhost:4873/ <package-name>@<version-xx> --force

本文标签: javascriptRemove version from Verdaccio package version historyStack Overflow