popomore / projj

Manage repository easily.
MIT License
266 stars 40 forks source link

直接运行 bug #3

Closed popomore closed 7 years ago

popomore commented 7 years ago
$ projj

  Usage:  [command] [options]

  Commands:

    *   See "More commands"

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

/Users/popomore/.node/lib/node_modules/.projj_npminstall/node_modules/.1.0.0@common-bin/lib/command.js:15
    throw new Error('Must impl this method');
    ^

Error: Must impl this method
    at InitCommand.help (/Users/popomore/.node/lib/node_modules/.projj_npminstall/node_modules/.1.0.0@common-bin/lib/command.js:15:11)
    at Program.help (/Users/popomore/.node/lib/node_modules/.projj_npminstall/node_modules/.1.0.0@common-bin/lib/program.js:40:53)
    at Command.commander.on (/Users/popomore/.node/lib/node_modules/.projj_npminstall/node_modules/.1.0.0@common-bin/lib/run.js:22:13)
    at emitNone (events.js:86:13)
    at Command.emit (events.js:185:7)
    at Command.outputHelp (/Users/popomore/.node/lib/node_modules/.projj_npminstall/node_modules/.2.9.0@commander/index.js:1024:8)
    at Object.module.exports.Program [as run] (/Users/popomore/.node/lib/node_modules/.projj_npminstall/node_modules/.1.0.0@common-bin/lib/run.js:27:15)
    at Object.<anonymous> (/Users/popomore/.node/lib/node_modules/.projj_npminstall/node_modules/.1.0.0-alpha.2@projj/bin/projj.js:5:23)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)