atSCM / atscm-cli

Command line interface for atSCM
4 stars 0 forks source link

Error: Cannot read property 'length' of undefined #62

Closed LukasHechenberger closed 6 years ago

LukasHechenberger commented 6 years ago

When running atscm without any task names an error occurs:

Lukass-MacBook-Pro:projectdir lukas$ atscm -LLLL
[16:35:57] Requiring external module babel-register
[16:35:57] Cannot read property 'length' of undefined
[16:35:57] TypeError: Cannot read property 'length' of undefined
    at execute ([path]/atscm-cli/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js:24:21)
    at RunCommand.run ([path]/atscm-cli/src/cli/commands/Run.js:44:5)
    at then ([path]/atscm-cli/src/AtSCMCli.js:276:34)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
    at Function.Module.runMain (module.js:686:11)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3
Lukass-MacBook-Pro:projectdir lukas$