I have NestJs App with the docker, and i want to add AdminJs to it. I follow install guide and install everything, but when i compose it up it can not find the module, what can be a problem? on he img You can see that the module is there.
try docker-compose up and get error src/app.module.ts:6:21 - error TS2307: Cannot find module 'adminjs' or its corresponding type declarations.