uninstall-package
Uninstall node modules from JavaScript.
Install
npm install uninstall-package
Usage
import uninstall from 'uninstall-package';
uninstall('co', '--save').then(result => {
console.log(result.stdout);
console.log(result.stderr);
});
API
uninstall(packages, [args], [options])
packages
Type: String
, Array<String>
args
Type: String
, Array<String>
, Object
options
Type: Object