Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove version from Verdaccio package version history

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 ?

like image 926
Fahd Lihidheb Avatar asked Apr 30 '26 10:04

Fahd Lihidheb


1 Answers

npm unpublish  --registry http://localhost:4873/ <package-name>@<version-xx> --force
like image 101
xyz Avatar answered May 02 '26 22:05

xyz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!