一键查找并删除 node_modules
文件夹。
One-click find and remove node_modules folder.
下载 rnm.php
文件,执行:
$ php rnm.php someDir
# OR
$ chmod +x rnm.php
$ ./rnm.php someDir
# OR
$ curl -s -L https://github.com/lecepin/remove-node_modules/raw/main/rnm.php -o rnm.php && php rnm.php . && rm -f rnm.php
curl -s -L https://github.com/lecepin/remove-node_modules/raw/main/rnm.sh -o rnm.sh && bash rnm.sh && rm -f rnm.sh