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
`Nest cannot create the module instance. Often, this is because of a circular dependency between modules. Use forwardRef() to avoid it. (Read more: https://docs.nestjs.com/fundamentals/circular-dependency.) Scope [${scope}]`;
83
+
`
84
+
Nest cannot create the module instance.
85
+
Often, this is because of a circular dependency between modules.
`Nest cannot export a provider/module that is not a part of the currently processed module (${module}). Please verify whether each exported unit is available in this particular context.`;
95
+
)=>{
96
+
return`
97
+
Nest cannot export a provider/module that is not a part of the currently processed module (${module}).
98
+
Please verify whether the exported "${token}" is available in this particular context.
99
+
100
+
Possible Solutions:
101
+
- Is "${token}" part of the relevant providers/imports within ${module}?
0 commit comments