Install node modules from JavaScript.
npm install install-package
const install = require('install-package');
install('co', '--save').then(result => {
console.log(result.stdout);
console.log(result.stderr);
});
Type: String
, Array<String>
Type: String
, Array<String>
, Object
Type: Object