nmgc
v3.0.11
Published
Remove the node_module and reinstall your npm packages in an easy way
Downloads
28
Maintainers
Readme
Node Modules Garbage Cleaner
This module allows you to remove package-lock.json
and node_modules
from your project. Also you has a clean installation of your npm packages.
Compatibility
The minimum supported version of Node.js is v6.
Usage
Installation
$ npm i -g nmgc
Or use with npx
$ npx nmgc <COMMAND> [OPTIONS]
Commands
USAGE:
nmgc <COMMAND> [OPTIONS]
COMMAND
h, help show general help
r, remove remove package-lock and node_modules
i, install clean dependencies and install them from package.json
OPTIONS:
-f, --force force the npm installation