This is the same with Issue #762. Somehow every time I install kue, package.json does not yargs on dependencies. Kue version: 0.10.5
we should add yargs to devDependecies
This issue should be closed, following #796.
I have kue installed with version ^0.10.5 on my package.json, but I'm getting the same error.
Looks like yargs is on package.json on master, but not on 0.10.5.
Are u guys planning to release a new version any time soon?
For now I manually added it on package.json.
fixed in 0.11.0
Most helpful comment
I have kue installed with version
^0.10.5on my package.json, but I'm getting the same error.Looks like yargs is on package.json on master, but not on
0.10.5.Are u guys planning to release a new version any time soon?
For now I manually added it on package.json.