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
1 Answer
Reset to default 6npm unpublish --registry http://localhost:4873/ <package-name>@<version-xx> --force
本文标签: javascriptRemove version from Verdaccio package version historyStack Overflow
版权声明:本文标题:javascript - Remove version from Verdaccio package version history - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744078054a2587114.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论