So, I have verdaccio
hosted on my local machine. I have a few packages published on it as well with versions. What I want to do is, clear all of these packages with their versions. Like a reset to my verdaccio
. I can unpublish the packages via npm unpublish
command, but that would take me time since there are many versions. I am aware a similar question exists here Question, but it quite doesn't solve my problem.
To summarize, is there any way where I can remove all packages from my local verdaccio
in one step (or maybe two steps) or any command? Basically a quicker way.