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
`The middleware doesn't provide the 'resolve' method (${name})`;
19
19
20
20
exportconstInvalidModuleMessage=(scope: string)=>
21
-
`Nest cannot create the module instance. The frequent reason of this exception is the circular dependency between modules. Use forwardRef() to avoid it (read more https://docs.nestjs.com/advanced/circular-dependency). Scope [${scope}]`;
21
+
`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/advanced/circular-dependency.) Scope [${scope}]`;
`Nest cannot export component/module that is not a part of the currently proccessed module (${module}). Please verify whether each exported unit is available in this particular context.`;
24
+
`Nest cannot export a component/module that is not a part of the currently processed module (${module}). Please verify whether each exported unit is available in this particular context.`;
25
25
26
26
exportconstINVALID_MIDDLEWARE_CONFIGURATION=`Invalid middleware configuration passed inside the module 'configure()' method.`;
27
27
exportconstUNKNOWN_REQUEST_MAPPING=`Request mapping properties not defined in the @RequestMapping() annotation!`;
0 commit comments