Skip to content

Install from npm

Rmannn edited this page Jul 28, 2021 · 9 revisions

The built package is hosted on npm, you can install it using npm or yarn

Latest Nestjs-console is compatible with nestjs@^8. For nestjs@^7, you must use version nestjs-console@5.0.1

npm install commander@^8.1.0 nestjs-console --save

Or using yarn

yarn add commander@^8.1.0 nestjs-console

Next: Getting started

Clone this wiki locally