Getting Started
Requirements
Supported NestJS versions for Nest Graph Inspector.
Requirements
Nest Graph Inspector is built for modern NestJS applications and reads from the runtime Nest container after your app has initialized.
| Requirement | Version |
|---|---|
| NestJS | 10 - 11 |
Earlier NestJS versions may still work, but they are not officially supported. You can try force installing:If it works for your project, raise an issue so support coverage can be updated.
npm install nest-graph-inspector --forceyarn add nest-graph-inspector --ignore-enginespnpm add nest-graph-inspector --forcebun add nest-graph-inspector