Skip to content

Commit c36efa0

Browse files
Merge pull request #2533 from nestjs/revert-2532-patch-5
Revert "docs(faq): update unknown dependency error msg"
2 parents 1c219fd + 69dfbef commit c36efa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/faq/errors.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ 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?
1413
- If <unknown_token> is a provider, is it part of the current <module>?
1514
- If <unknown_token> is exported from a separate @Module, is that module imported within <module>?
1615
@Module({

0 commit comments

Comments
 (0)