Narendra Singh Chandrawat
Results
2
comments of
Narendra Singh Chandrawat
AdminJS version 7 is ESM-only. In order to import it, you have to use dynamic imports. /* app.module.ts */ ``` `import { Module } from '@nestjs/common' import { AppController }...
I am using NEST v10.1.10 and it's working fine for me. Here is my dependencies list ``` "dependencies": { "@adminjs/express": "^6.0.1", "@adminjs/mongoose": "^4.0.0", "@adminjs/nestjs": "^6.0.1", "@nestjs/common": "^10.0.0", "@nestjs/config": "^3.1.1", "@nestjs/core":...