Getting Started
Installation
Install Nest Graph Inspector in your NestJS project.
Install the Package
npm install nest-graph-inspector
yarn add nest-graph-inspector
pnpm add nest-graph-inspector
bun add nest-graph-inspector
Requirements
| Requirement | Version |
|---|---|
| Node.js | >= 18 |
| NestJS | 10 - 11 |
For unsupported NestJS versions, try force installing:
npm install nest-graph-inspector --force
Next Steps
Once installed, head over to Usage to learn how to register the module in your application.
