npm deletes all dependencies of the project and clears the cache

One way to clear the cache is npm cache verify, and another method is npm cache clean --force

Remove all dependencies of the project  

npm uninstall *

Guess you like

Origin blog.csdn.net/m0_50089886/article/details/120008002