Skip to content

Commit

Permalink
Revert "docs(faq): update unknown dependency error msg"
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 14, 2022
1 parent 1c219fd commit 69dfbef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/faq/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ 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 69dfbef

Please sign in to comment.