fix(core): improve dependency resolution error messages

This commit is contained in:
at7211
2025-09-04 15:02:08 +08:00
parent b245ea0940
commit 2d20ef9887
3 changed files with 126 additions and 9 deletions

View File

@@ -127,7 +127,8 @@ Potential solutions:
@Module({
imports: [ /* the Module containing "MISSING_DEP" */ ]
})
`);
For more common dependency resolution issues, see: https://docs.nestjs.com/faq/common-errors`);
}
});
});