Giter VIP home page Giter VIP logo

Comments (3)

MichaelHindley avatar MichaelHindley commented on May 30, 2024 2

Yep, this was the case! The readme specifies to install the latest version of commander, so you get 5 :)

from nestjs-console.

Rmannn avatar Rmannn commented on May 30, 2024

Is your command async ?
Is your command returning a Promise?
This is required to work with async command.
When an async command is executed, the console module will wait for a promise to resolve. If you start a server instance inside a command, you should return a promise that will resolve when the server exit or throw an error.

Also be sure to exit the process in the bootstrap after the execution of the promise. If the node process is not explicitly exited, commander package will continue the execution of his code flow and display some defaults.

from nestjs-console.

Rmannn avatar Rmannn commented on May 30, 2024

last thing, are you using commander v5?
the latest version of nestjs console module is not yet compatible with commander v5.
The repo has a commander v5 branch that is up to date with the last version of commander. But not published on npm. It will be soon.
So if you re using commander v5, simply downgrade to 4.1.1.

from nestjs-console.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.