-
## I'm submitting a...
```
[ ] Regression
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead p…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post you…
-
Last version throw (node:11492) UnhandledPromiseRejectionWarning: TypeError: parent.addCommand is not a function
When i downgrade to version 2.1.0 everything works welll
-
So I guess I'm breaking the ice and creating the first issue 😅
I really like this package, it's something I've been looking for in the past, and it works exactly as I had hoped! There's just a sma…
-
I've created simple application and run command `tsc -w`.
**Expected behavior:**
Application have to be compiled. Any changes in the code have to lead to recompile.
**Actual behavior:**
Appli…
-
After updating Storybook from v5.1 to v6.1 in steps I've got an error that keeps popping up when I run Storybook.
```
fn.bind is not a function
TypeError: fn.bind is not a function
at newTru…
-
When ever i try to update i get the following error:
pm ERR! code 1
npm ERR! path /usr/local/lib/node_modules/homebridge-config-ui-x/node_modules/node-pty-prebuilt-multiarch
npm ERR! command fail…
-
**Describe the bug**
A clear and concise description of what the bug is.
I catch a bug when trying to run console command via `yarn run`:
```
(node:15413) UnhandledPromiseRejectionWarning: TypeErr…
-
The service is using cli.option() to register an option on the command.
With latest version of commander, we must use requiredOption to specify a required option.
We must add a flag to specify tha…
-
Hello,
I think, I found a bug with your package and request scoped providers.
We have a CLI command, which is using a request scoped provider as a dependency. Although it doesn't makes much sens…