You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/faq/errors.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Probably the most common error message is about Nest not being able to resolve d
10
10
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.
11
11
12
12
Potential solutions:
13
-
- Is <module> a valid NestJS module?
14
13
- If <unknown_token> is a provider, is it part of the current <module>?
15
14
- If <unknown_token> is exported from a separate @Module, is that module imported within <module>?
0 commit comments