What does 'npm cache clean' clean?

1k Views Asked by At

npm cache clean [-f] should clean the cache dir (oh yes)

But when I check my ~/.npm dir before and after the cleaning, the content is exactly the same.

So my questions are:

  1. Which dir is cleaned when I run that cmd?
  2. What is the ~/.npm dir?
0

There are 0 best solutions below