sh 重新删除所有node_modules文件夹

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 重新删除所有node_modules文件夹相关的知识,希望对你有一定的参考价值。

#!/bin/bash

# this will find all node_modules above your path and will remove them

find . | grep /node_modules$ | grep -v /node_modules/ | xargs rm -fR

以上是关于sh 重新删除所有node_modules文件夹的主要内容,如果未能解决你的问题,请参考以下文章

sh 在Mac上递归删除所有node_modules文件夹

sh 删除所有node_modules和bower_components目录

sh 删除dep文件夹:`node_modules`,`bower_components`

yum 彻底删除nodejs,重新安装

sh 以递归方式删除node_modules

删除顽固node_modules