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
.equal(`Nest can't resolve dependencies of the POSSIBLY_MISSING_DEP (?). Please make sure that the argument MISSING_DEP at index [0] is available in the RootTestModule context.
122
122
123
123
Potential solutions:
124
+
- Is RootTestModule a valid NestJS module?
124
125
- If MISSING_DEP is a provider, is it part of the current RootTestModule?
125
126
- If MISSING_DEP is exported from a separate @Module, is that module imported within RootTestModule?
stringCleaner(`Nest can't resolve dependencies of the CatService (?, CatService). Please make sure that the argument dependency at index [0] is available in the current context.
19
19
20
20
Potential solutions:
21
-
- If dependency is a provider, is it part of the current current?
22
-
- If dependency is exported from a separate @Module, is that module imported within current?
21
+
- If dependency is a provider, is it part of the current Module?
22
+
- If dependency is exported from a separate @Module, is that module imported within Module?
23
23
@Module({
24
24
imports: [ /* the Module containing dependency */ ]
stringCleaner(`Nest can't resolve dependencies of the CatService (?, MY_TOKEN). Please make sure that the argument dependency at index [0] is available in the current context.
42
42
43
43
Potential solutions:
44
-
- If dependency is a provider, is it part of the current current?
45
-
- If dependency is exported from a separate @Module, is that module imported within current?
44
+
- If dependency is a provider, is it part of the current Module?
45
+
- If dependency is exported from a separate @Module, is that module imported within Module?
46
46
@Module({
47
47
imports: [ /* the Module containing dependency */ ]
stringCleaner(`Nest can't resolve dependencies of the CatService (?, CatFunction). Please make sure that the argument dependency at index [0] is available in the current context.
63
63
64
64
Potential solutions:
65
-
- If dependency is a provider, is it part of the current current?
66
-
- If dependency is exported from a separate @Module, is that module imported within current?
65
+
- If dependency is a provider, is it part of the current Module?
66
+
- If dependency is exported from a separate @Module, is that module imported within Module?
67
67
@Module({
68
68
imports: [ /* the Module containing dependency */ ]
stringCleaner(`Nest can't resolve dependencies of the CatService (?, +). Please make sure that the argument dependency at index [0] is available in the current context.
84
84
85
85
Potential solutions:
86
-
- If dependency is a provider, is it part of the current current?
87
-
- If dependency is exported from a separate @Module, is that module imported within current?
86
+
- If dependency is a provider, is it part of the current Module?
87
+
- If dependency is exported from a separate @Module, is that module imported within Module?
88
88
@Module({
89
89
imports: [ /* the Module containing dependency */ ]
stringCleaner(`Nest can't resolve dependencies of the CatService (?, MY_TOKEN). Please make sure that the argument dependency at index [0] is available in the TestModule context.
105
105
106
106
Potential solutions:
107
+
- Is TestModule a valid NestJS module?
107
108
- If dependency is a provider, is it part of the current TestModule?
108
109
- If dependency is exported from a separate @Module, is that module imported within TestModule?
stringCleaner(`Nest can't resolve dependencies of the Symbol(CatProvider) (?). Please make sure that the argument dependency at index [0] is available in the current context.
138
139
139
140
Potential solutions:
140
-
- If dependency is a provider, is it part of the current current?
141
-
- If dependency is exported from a separate @Module, is that module imported within current?
141
+
- If dependency is a provider, is it part of the current Module?
142
+
- If dependency is exported from a separate @Module, is that module imported within Module?
142
143
@Module({
143
144
imports: [ /* the Module containing dependency */ ]
stringCleaner(`Nest can't resolve dependencies of the CatProvider (?, Symbol(DogProvider)). Please make sure that the argument dependency at index [0] is available in the current context.
159
160
160
161
Potential solutions:
161
-
- If dependency is a provider, is it part of the current current?
162
-
- If dependency is exported from a separate @Module, is that module imported within current?
162
+
- If dependency is a provider, is it part of the current Module?
163
+
- If dependency is exported from a separate @Module, is that module imported within Module?
163
164
@Module({
164
165
imports: [ /* the Module containing dependency */ ]
0 commit comments