Quickly remove dependent packages

  1. Install rimraf
    npm install rimraf -g

  2. Enter the corresponding project directory and delete
    rimraf node_modules

In the same way, you can quickly delete other folders with a lot of content.

Guess you like

Origin blog.csdn.net/weixin_55556204/article/details/125856668