Pop-Code / nestjs-console

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

Unknown createSpinner mention in wiki #712

Closed IfnotFr closed 3 months ago

IfnotFr commented 5 months ago

Hello,

I am starting using nestjs-console and when I tried to copy and paste this example I got an unknown createSpinner in the main import.

Is this example outdated with the createSpinner removed from the library ?

Thanks :)

Rmannn commented 3 months ago

Sorry the wiki was out to date. createSpinner was coming from the npm ora package. It has been removed.

You can install it and use it in your code as it was described in the example. Do not forget to import it form it's own package.