Pop-Code / nestjs-console

A nestjs module that provide a cli to your application.
https://www.npmjs.com/package/nestjs-console
MIT License
561 stars 26 forks source link

incompatibility commander dependency with the latest version of commander 12.1.0 #713

Open TarikFerdaoussi opened 5 months ago

TarikFerdaoussi commented 5 months ago

Is your feature request related to a problem? Please describe. in my project i'm using commander v12.1.0, and nest-console v9.0.0 since i updated commander, there is a conflict between commander dependency in nestjs-console and commander 12.1.0

Rmannn commented 4 months ago

Thank you for this feedback.

Let me check if we can update the dependencies without breaking the package.

You can also open a PR, updating the commander version, and see if tests are passing.