Skip to content

Commit 001a208

Browse files
Merge pull request #2544 from micalevisk/docs-upadte-faq
docs(faq): update unknown dependency error msg
2 parents f90b2e8 + fda211c commit 001a208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/faq/errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Probably the most common error message is about Nest not being able to resolve d
1010
Nest can't resolve dependencies of the <provider> (?). Please make sure that the argument <unknown_token> at index [<index>] is available in the <module> context.
1111
1212
Potential solutions:
13+
- Is <module> a valid NestJS module?
1314
- If <unknown_token> is a provider, is it part of the current <module>?
1415
- If <unknown_token> is exported from a separate @Module, is that module imported within <module>?
1516
@Module({

0 commit comments

Comments
 (0)