Skip to content

Commit

Permalink
Merge pull request #2544 from micalevisk/docs-upadte-faq
Browse files Browse the repository at this point in the history
docs(faq): update unknown dependency error msg
  • Loading branch information
kamilmysliwiec committed Dec 20, 2022
2 parents f90b2e8 + fda211c commit 001a208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/faq/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Probably the most common error message is about Nest not being able to resolve d
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.
Potential solutions:
- Is <module> a valid NestJS module?
- If <unknown_token> is a provider, is it part of the current <module>?
- If <unknown_token> is exported from a separate @Module, is that module imported within <module>?
@Module({
Expand Down

0 comments on commit 001a208

Please sign in to comment.