1.0.0 • Published 2 years ago

@junerlee/clear-node-modules v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@junerlee/clear-node-modules

Recursively delete all node_modules folders in the directory where the current command is located and its subdirectories.

Usage

Install

npm install -g @junerlee/clear-node-modules

Run

Delete the node_modules folder in the current directory.

clear-node-modules

Delete the node_modules folder in the specified directory.

clear-node-modules /Users/xxx/xxx