Skip to content

Commit 69dfbef

Browse files
Revert "docs(faq): update unknown dependency error msg"
1 parent 1c219fd commit 69dfbef

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)