Makes npm uninstall recommendations from dependencies/devDependencies form the first package.json file we can find. If we can't find one it'll default to cached modules.
npm uninstall -g|--global will fall back to default npm completion and recommend globally installed modules.
Makes
npm uninstall
recommendations fromdependencies
/devDependencies
form the firstpackage.json
file we can find. If we can't find one it'll default to cached modules.npm uninstall -g|--global
will fall back to defaultnpm
completion and recommend globally installed modules.