if (argv.npmmsii && argv._.length > 0) {
      answer = sayMe.npmModulesIsInstalled(argv._);
      console.log(answer);
      process.exit(0);
    }