快速删除依赖包

  1. 安装rimraf
    npm install rimraf -g

  2. 进入对应项目目录下,删除
    rimraf node_modules

同理可以快速删除其他内容较多的文件夹

你可能感兴趣的:(npm)