0.2.5 • Published 3 years ago

@pubbo/clean v0.2.5

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

@pubbo/clean

Remove the node_modules directory from all packages

Install lerna for access to the lerna CLI.

Usage

$ lerna clean

Remove the node_modules directory from all packages.

lerna clean accepts all filter flags, as well as --yes.

lerna clean does not remove modules from the root node_modules directory, even if you have the --hoist option enabled.