I installed AdminJS and was trying to run my application but I am coming across this Error
It says: Error: Cannot find module '@adminjs/design-system'
Even though design-system exists and I even added it as a require statement
const AdminJSDesignSystem = require("./@adminjs/design-system");
I also tried installing it again but it gave a huge error Right here
Please help me fix this. I have got here after being through so many errors and fixing them and even now these errors won't stop popping up.