1.rimraf 包的作用:以包的形式包装rm -rf命令,用来删除文件和文件夹的,不管文件夹是否为空,都可删除 npm install rimraf -g rimraf node_modules
2.rmdir xx 文件